HomeSort by relevance Sort by last modified time
    Searched refs:createConstantVector (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Reactor/
Nucleus.hpp 164 static Value *createConstantVector(const int64_t *constants, Type *type);
165 static Value *createConstantVector(const double *constants, Type *type);
SubzeroReactor.cpp 830 createConstantVector(c, T(v->getType())) :
845 return createXor(v, createConstantVector(c, T(v->getType())));
    [all...]
LLVMReactor.cpp     [all...]

Completed in 56 milliseconds