Home
last modified time | relevance | path

Searched refs:simplifyRangeCheck (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp815 Value *InstCombiner::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyRangeCheck() function in InstCombiner
890 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/false)) in FoldAndOfICmps()
894 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/false)) in FoldAndOfICmps()
1822 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/true)) in FoldOrOfICmps()
1826 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/true)) in FoldOrOfICmps()
DInstCombineInternal.h249 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);