Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h244 GenericValue executeIntToPtrInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1474 GenericValue Interpreter::executeIntToPtrInst(Value *SrcVal, Type *DstTy, in executeIntToPtrInst() function in Interpreter
1706 SetValue(&I, executeIntToPtrInst(I.getOperand(0), I.getType(), SF), SF); in visitIntToPtrInst()
1997 return executeIntToPtrInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()