HomeSort by: relevance | last modified time | path
    Searched refs:simplifyRangeCheck (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 105 Value *simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1, bool Inverted);
InstCombineAndOrXor.cpp 691 Value *InstCombinerImpl::simplifyRangeCheck(ICmpInst *Cmp0, ICmpInst *Cmp1,
1242 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/false))
1246 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/false))
2479 if (Value *V = simplifyRangeCheck(LHS, RHS, /*Inverted=*/true))
2483 if (Value *V = simplifyRangeCheck(RHS, LHS, /*Inverted=*/true))

Completed in 30 milliseconds