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

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h207 SizeOffsetType visitSelectInst(SelectInst &I);
270 SizeOffsetEvalType visitSelectInst(SelectInst &I);
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h168 void visitSelectInst(SelectInst &I);
H A DExecution.cpp805 void Interpreter::visitSelectInst(SelectInst &I) {
/external/llvm/include/llvm/IR/
H A DInstVisitor.h195 RetTy visitSelectInst(SelectInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp575 SizeOffsetType ObjectSizeOffsetVisitor::visitSelectInst(SelectInst &I) { function in class:ObjectSizeOffsetVisitor
790 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitSelectInst(SelectInst &I) { function in class:ObjectSizeOffsetEvaluator
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp141 bool visitSelectInst(SelectInst &SI);
383 bool Scalarizer::visitSelectInst(SelectInst &SI) { function in class:Scalarizer
H A DSCCP.cpp472 void visitSelectInst(SelectInst &I);
811 void SCCPSolver::visitSelectInst(SelectInst &I) { function in class:SCCPSolver
H A DSROA.cpp677 void visitSelectInst(SelectInst &SI) { function in class:AllocaSlices::SliceBuilder
2717 bool visitSelectInst(SelectInst &SI) { function in class:__anon26329::AllocaSliceRewriter
2945 bool visitSelectInst(SelectInst &SI) { function in class:__anon26330::AggLoadStoreRewriter
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h201 Instruction *visitSelectInst(SelectInst &SI);
H A DInstCombineSelect.cpp823 Instruction *InstCombiner::visitSelectInst(SelectInst &SI) { function in class:InstCombiner
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp318 void visitSelectInst(SelectInst &I);
1172 void DFSanVisitor::visitSelectInst(SelectInst &I) { function in class:DFSanVisitor
H A DMemorySanitizer.cpp2446 void visitSelectInst(SelectInst& I) { function in struct:__anon26257::MemorySanitizerVisitor
/external/llvm/lib/IR/
H A DVerifier.cpp310 void visitSelectInst(SelectInst &SI);
1237 void Verifier::visitSelectInst(SelectInst &SI) { function in class:Verifier

Completed in 787 milliseconds