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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h274 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
H A DInstCombineCompares.cpp1015 /// FoldICmpShrCst - Handle "icmp(([al]shr X, cst1), cst2)".
1016 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, function in class:InstCombiner
1755 if (Instruction *Res = FoldICmpShrCst(ICI, BO, ShAmt))

Completed in 69 milliseconds