Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h221 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy,
H A DExecution.cpp1514 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst() function in Interpreter
1749 SetValue(&I, executePtrToIntInst(I.getOperand(0), I.getType(), SF), SF); in visitPtrToIntInst()
2039 return executePtrToIntInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()