Searched refs:executeZExtInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 207 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1257 GenericValue Interpreter::executeZExtInst(Value *SrcVal, Type *DstTy, in executeZExtInst() function in Interpreter 1666 SetValue(&I, executeZExtInst(I.getOperand(0), I.getType(), SF), SF); in visitZExtInst() 1979 return executeZExtInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 214 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 953 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/ |
D | Interpreter.h | 226 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1258 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()
|