Home
last modified time | relevance | path

Searched refs:executeGEPOperation (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h188 GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I,
DExecution.cpp993 GenericValue Interpreter::executeGEPOperation(Value *Ptr, gep_type_iterator I, in executeGEPOperation() function in Interpreter
1034 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst()
2001 return executeGEPOperation(CE->getOperand(0), gep_type_begin(CE), in getConstantExprValue()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h194 GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I,
DExecution.cpp764 GenericValue Interpreter::executeGEPOperation(Value *Ptr, gep_type_iterator I, in executeGEPOperation() function in Interpreter
806 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst()
1207 return executeGEPOperation(CE->getOperand(0), gep_type_begin(CE), in getConstantExprValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h207 GenericValue executeGEPOperation(Value *Ptr, gep_type_iterator I,
DExecution.cpp993 GenericValue Interpreter::executeGEPOperation(Value *Ptr, gep_type_iterator I, in executeGEPOperation() function in Interpreter
1035 SetValue(&I, executeGEPOperation(I.getPointerOperand(), in visitGetElementPtrInst()
2002 return executeGEPOperation(CE->getOperand(0), gep_type_begin(CE), in getConstantExprValue()