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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryBuiltins.h198 SizeOffsetType visitSelectInst(SelectInst &I);
259 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h168 void visitSelectInst(SelectInst &I);
H A DExecution.cpp557 void Interpreter::visitSelectInst(SelectInst &I) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DInstVisitor.h194 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h181 Instruction *visitSelectInst(SelectInst &SI);
H A DInstCombineSelect.cpp661 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { function in class:InstCombiner
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp746 bool visitSelectInst(SelectInst &SI) { function in class:AllocaPartitioning::PartitionBuilder
939 void visitSelectInst(SelectInst &SI) { function in class:AllocaPartitioning::UseBuilder
1971 void visitSelectInst(SelectInst &SI) { function in class:__anon10435::PHIOrSelectSpeculator
2625 bool visitSelectInst(SelectInst &SI) { function in class:__anon10435::AllocaPartitionRewriter
2849 bool visitSelectInst(SelectInst &SI) { function in class:__anon10436::AggLoadStoreRewriter
H A DSCCP.cpp478 void visitSelectInst(SelectInst &I);
819 void SCCPSolver::visitSelectInst(SelectInst &I) { function in class:SCCPSolver
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DVerifier.cpp282 void visitSelectInst(SelectInst &SI);
846 void Verifier::visitSelectInst(SelectInst &SI) { function in class:Verifier

Completed in 126 milliseconds