Searched refs:FoldICmpShrCst (Results 1 - 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
H A D | InstCombine.h | 149 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
|
H A D | InstCombineCompares.cpp | 901 /// FoldICmpShrCst - Handle "icmp(([al]shr X, cst1), cst2)". 902 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, function in class:InstCombiner 1305 if (Instruction *Res = FoldICmpShrCst(ICI, BO, ShAmt))
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 277 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
|
H A D | InstCombineCompares.cpp | 1342 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, function in class:InstCombiner 2080 if (Instruction *Res = FoldICmpShrCst(ICI, BO, ShAmt))
|
Completed in 50 milliseconds