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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 107 static Value *createZExt(Value *V, Type *destType);
LLVMReactor.cpp 532 i = createZExt(i, Long::getType());
583 index = createZExt(index, Long::getType());
611 Value *Nucleus::createZExt(Value *v, Type *destType)
613 return V(::builder->CreateZExt(v, T(destType)));
    [all...]
SubzeroReactor.cpp 978 index = createZExt(index, T(Ice::IceType_i64));
1013 Value *Nucleus::createZExt(Value *v, Type *destType)
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 154 milliseconds