Home
last modified time | relevance | path

Searched refs:executeIntToPtrInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h223 GenericValue executeIntToPtrInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1488 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()