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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombine.h149 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
H A DInstCombineCompares.cpp901 /// 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 DInstCombineInternal.h277 Instruction *FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *DivI,
H A DInstCombineCompares.cpp1342 Instruction *InstCombiner::FoldICmpShrCst(ICmpInst &ICI, BinaryOperator *Shr, function in class:InstCombiner
2080 if (Instruction *Res = FoldICmpShrCst(ICI, BO, ShAmt))

Completed in 98 milliseconds