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

/external/llvm/include/llvm/Support/
H A DInstVisitor.h190 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction); } function in class:llvm::InstVisitor
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h162 void visitSelectInst(SelectInst &I);
H A DExecution.cpp557 void Interpreter::visitSelectInst(SelectInst &I) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h177 Instruction *visitSelectInst(SelectInst &SI);
H A DInstCombineSelect.cpp649 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { function in class:InstCombiner
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp510 void visitSelectInst(SelectInst &I);
873 void SCCPSolver::visitSelectInst(SelectInst &I) { function in class:SCCPSolver
/external/llvm/lib/Target/CBackend/
H A DCBackend.cpp305 void visitSelectInst(SelectInst &I);
2720 void CWriter::visitSelectInst(SelectInst &I) { function in class:CWriter
/external/llvm/lib/VMCore/
H A DVerifier.cpp288 void visitSelectInst(SelectInst &SI);
835 void Verifier::visitSelectInst(SelectInst &SI) { function in class:Verifier

Completed in 895 milliseconds