Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h223 GenericValue executeIntToPtrInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1524 GenericValue Interpreter::executeIntToPtrInst(Value *SrcVal, Type *DstTy, in executeIntToPtrInst() function in Interpreter
1754 SetValue(&I, executeIntToPtrInst(I.getOperand(0), I.getType(), SF), SF); in visitIntToPtrInst()
2041 return executeIntToPtrInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()