Searched refs:FoldICmpAddOpCst (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h161 Instruction *FoldICmpAddOpCst(Instruction &ICI, Value *X, ConstantInt *CI,
H A DInstCombineCompares.cpp744 /// FoldICmpAddOpCst - Fold "icmp pred (X+CI), X".
745 Instruction *InstCombiner::FoldICmpAddOpCst(Instruction &ICI, function in class:InstCombiner
3007 return FoldICmpAddOpCst(I, X, Cst, I.getPredicate());
3011 return FoldICmpAddOpCst(I, X, Cst, I.getSwappedPredicate());

Completed in 62 milliseconds