Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp827 Value *InstCombiner::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, in simplifyRangeCheck() function in InstCombiner
902 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/false)) in FoldAndOfICmps()
906 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/false)) in FoldAndOfICmps()
1923 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/true)) in FoldOrOfICmps()
1927 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/true)) in FoldOrOfICmps()
DInstCombineInternal.h246 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);