Searched refs:executePtrToIntInst (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 221 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy,
|
H A D | Execution.cpp | 1514 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()
|