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

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h147 void visitICmpInst(ICmpInst &I);
H A DExecution.cpp277 void Interpreter::visitICmpInst(ICmpInst &I) {
/external/llvm/include/llvm/IR/
H A DInstVisitor.h172 RetTy visitICmpInst(ICmpInst &I) { DELEGATE(CmpInst);} function in class:llvm::InstVisitor
/external/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp142 bool visitICmpInst(ICmpInst &);
413 bool Scalarizer::visitICmpInst(ICmpInst &ICI) { function in class:Scalarizer
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h167 Instruction *visitICmpInst(ICmpInst &I);
H A DInstCombineCompares.cpp2327 Instruction *InstCombiner::visitICmpInst(ICmpInst &I) { function in class:InstCombiner
/external/llvm/lib/IR/
H A DVerifier.cpp292 void visitICmpInst(ICmpInst &IC);
1793 void Verifier::visitICmpInst(ICmpInst &IC) { function in class:Verifier
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1604 void visitICmpInst(ICmpInst &I) { function in struct:__anon25419::MemorySanitizerVisitor

Completed in 613 milliseconds