Searched refs:visitGetElementPtrInst (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h152 void visitGetElementPtrInst(GetElementPtrInst &I);
H A DExecution.cpp813 void Interpreter::visitGetElementPtrInst(GetElementPtrInst &I) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DInstVisitor.h180 RetTy visitGetElementPtrInst(GetElementPtrInst &I){ DELEGATE(Instruction);} function in class:llvm::InstVisitor
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h188 Instruction *visitGetElementPtrInst(GetElementPtrInst &GEP);
H A DInstructionCombining.cpp808 Instruction *InstCombiner::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:InstCombiner
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp491 void visitGetElementPtrInst(GetElementPtrInst &I);
1002 void SCCPSolver::visitGetElementPtrInst(GetElementPtrInst &I) { function in class:SCCPSolver
H A DSROA.cpp591 bool visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:AllocaPartitioning::PartitionBuilder
879 void visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:AllocaPartitioning::UseBuilder
2839 bool visitGetElementPtrInst(GetElementPtrInst &GEPI) { function in class:__anon10436::AggLoadStoreRewriter
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp272 void visitGetElementPtrInst(GetElementPtrInst &GEP);
1328 void Verifier::visitGetElementPtrInst(GetElementPtrInst &GEP) { function in class:Verifier

Completed in 103 milliseconds