Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp829 Value *InstCombiner::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyRangeCheck() function in InstCombiner
904 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/false)) in FoldAndOfICmps()
908 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/false)) in FoldAndOfICmps()
1834 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/true)) in FoldOrOfICmps()
1838 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/true)) in FoldOrOfICmps()
DInstCombineInternal.h253 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);