Searched refs:FoldICmpShrCst (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 149 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
|
D | InstCombineCompares.cpp | 902 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst() function in InstCombiner 1305 if (Instruction *Res = FoldICmpShrCst(ICI, BO, ShAmt)) in visitICmpInstWithInstAndIntCst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 277 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
|
D | InstCombineCompares.cpp | 1342 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, in FoldICmpShrCst() function in InstCombiner 2080 if (Instruction *Res = FoldICmpShrCst(ICI, BO, ShAmt)) in visitICmpInstWithInstAndIntCst()
|