Searched defs:visitExtractValueInst (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DInstVisitor.h194 RetTy visitExtractValueInst(ExtractValueInst &I){ DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp484 void visitExtractValueInst(ExtractValueInst &EVI);
765 void SCCPSolver::visitExtractValueInst(ExtractValueInst &EVI) { function in class:SCCPSolver
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1267 Instruction *InstCombiner::visitExtractValueInst(ExtractValueInst &EV) { function in class:InstCombiner
/external/llvm/lib/VMCore/
H A DVerifier.cpp289 void visitExtractValueInst(ExtractValueInst &EVI);
1460 void Verifier::visitExtractValueInst(ExtractValueInst &EVI) { function in class:Verifier

Completed in 87 milliseconds