Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h221 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1478 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst() function in Interpreter
1713 SetValue(&I, executePtrToIntInst(I.getOperand(0), I.getType(), SF), SF); in visitPtrToIntInst()
1987 return executePtrToIntInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()