HomeSort by: relevance | last modified time | path
    Searched refs:visitGetElementPtrInst (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
PtrUseVisitor.h 266 void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 133 void visitGetElementPtrInst(GetElementPtrInst &I);
Execution.cpp 1087 void Interpreter::visitGetElementPtrInst(GetElementPtrInst &I) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h 175 RetTy visitGetElementPtrInst(GetElementPtrInst &I){ DELEGATE(Instruction);}
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFLGraph.h 334 void visitGetElementPtrInst(GetElementPtrInst &Inst) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 198 bool visitGetElementPtrInst(GetElementPtrInst &GEPI);
630 bool ScalarizerVisitor::visitGetElementPtrInst(GetElementPtrInst &GEPI) {
SROA.cpp 718 void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
763 return Base::visitGetElementPtrInst(GEPI);
3587 bool visitGetElementPtrInst(GetElementPtrInst &GEPI) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 308 void visitGetElementPtrInst(GetElementPtrInst &I);
1019 void SCCPInstVisitor::visitGetElementPtrInst(GetElementPtrInst &I) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 149 Instruction *visitGetElementPtrInst(GetElementPtrInst &GEP);
InstructionCombining.cpp 1853 Instruction *InstCombinerImpl::visitGetElementPtrInst(GetElementPtrInst &GEP) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 1322 void visitGetElementPtrInst(GetElementPtrInst &GEPI) {
1324 Base::visitGetElementPtrInst(GEPI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 776 void visitGetElementPtrInst(GetElementPtrInst &GEPI);
2780 void DFSanVisitor::visitGetElementPtrInst(GetElementPtrInst &GEPI) {
MemorySanitizer.cpp 3968 void visitGetElementPtrInst(GetElementPtrInst &I) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 504 void visitGetElementPtrInst(GetElementPtrInst &GEP);
3622 void Verifier::visitGetElementPtrInst(GetElementPtrInst &GEP) {

Completed in 48 milliseconds