Searched defs:visitSelectInst (Results 1 - 5 of 5) sorted by relevance
/external/llvm/include/llvm/Support/ | ||
H A D | InstVisitor.h | 194 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor |
/external/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSelect.cpp | 657 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { function in class:InstCombiner |
/external/llvm/lib/Analysis/ | ||
H A D | MemoryBuiltins.cpp | 544 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 D | SCCP.cpp | 478 void visitSelectInst(SelectInst &I); 819 void SCCPSolver::visitSelectInst(SelectInst &I) { function in class:SCCPSolver |
/external/llvm/lib/VMCore/ | ||
H A D | Verifier.cpp | 282 void visitSelectInst(SelectInst &SI); 845 void Verifier::visitSelectInst(SelectInst &SI) { function in class:Verifier |
Completed in 147 milliseconds