Searched defs:visitSelectInst (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DInstVisitor.h194 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp657 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp544 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { function in class:ObjectSizeOffsetVisitor
751 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { function in class:ObjectSizeOffsetEvaluator
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp478 void visitSelectInst(SelectInst &I);
819 void SCCPSolver::visitSelectInst(SelectInst &I) { function in class:SCCPSolver
/external/llvm/lib/VMCore/
H A DVerifier.cpp282 void visitSelectInst(SelectInst &SI);
845 void Verifier::visitSelectInst(SelectInst &SI) { function in class:Verifier

Completed in 133 milliseconds