Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp10576 APInt MinRHS = getSignedRangeMin(RHS); in doesIVOverflowOnGT() local
10581 return (std::move(MinValue) + MaxStrideMinusOne).sgt(MinRHS); in doesIVOverflowOnGT()
10584 APInt MinRHS = getUnsignedRangeMin(RHS); in doesIVOverflowOnGT() local
10589 return (std::move(MinValue) + MaxStrideMinusOne).ugt(MinRHS); in doesIVOverflowOnGT()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp45258 SDValue MinRHS = Op1.getOperand(1); in combineSubToSubus() local
45260 SubusRHS = MinRHS; in combineSubToSubus()
45261 else if (MinRHS == Op0) in combineSubToSubus()