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 822 createConstantVector(c, T(v->getType())) :
837 return createXor(v, createConstantVector(c, T(v->getType())));
    [all...]
LLVMReactor.cpp 925 Value *Nucleus::createConstantVector(const int64_t *constants, Type *type)
941 Value *Nucleus::createConstantVector(const double *constants, Type *type)
    [all...]

Completed in 45 milliseconds