Home
last modified time | relevance | path

Searched refs:executeZExtInst (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h214 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
DExecution.cpp953 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst() function in Interpreter
1101 SetValue(&I, executeZExtInst(I.getOperand(0), I.getType(), SF), SF); in visitZExtInst()
1185 return executeZExtInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h226 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
DExecution.cpp1258 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst() function in Interpreter
1667 SetValue(&I, executeZExtInst(I.getOperand(0), I.getType(), SF), SF); in visitZExtInst()
1980 return executeZExtInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()