Searched refs:executePtrToIntInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 221 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1464 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst() function in Interpreter 1701 SetValue(&I, executePtrToIntInst(I.getOperand(0), I.getType(), SF), SF); in visitPtrToIntInst() 1995 return executePtrToIntInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 228 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1033 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst() function in Interpreter 1136 SetValue(&I, executePtrToIntInst(I.getOperand(0), I.getType(), SF), SF); in visitPtrToIntInst() 1201 return executePtrToIntInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 240 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1465 GenericValue Interpreter::executePtrToIntInst(Value *SrcVal, Type *DstTy, in executePtrToIntInst() function in Interpreter 1702 SetValue(&I, executePtrToIntInst(I.getOperand(0), I.getType(), SF), SF); in visitPtrToIntInst() 1996 return executePtrToIntInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|