Searched refs:executeIntToPtrInst (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 223 GenericValue executeIntToPtrInst(Value *SrcVal, Type *DstTy,
|
H A D | Execution.cpp | 1488 GenericValue Interpreter::executeIntToPtrInst(Value *SrcVal, Type *DstTy, in executeIntToPtrInst() function in Interpreter 1718 SetValue(&I, executeIntToPtrInst(I.getOperand(0), I.getType(), SF), SF); in visitIntToPtrInst() 1989 return executeIntToPtrInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|