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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 108 static Value *createSExt(Value *V, Type *destType);
LLVMReactor.cpp 587 index = createSExt(index, Long::getType());
616 Value *Nucleus::createSExt(Value *v, Type *destType)
618 return V(::builder->CreateSExt(v, T(destType)));
    [all...]
SubzeroReactor.cpp 982 index = createSExt(index, T(Ice::IceType_i64));
1018 Value *Nucleus::createSExt(Value *v, Type *destType)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 89 milliseconds