HomeSort by relevance Sort by last modified time
    Searched refs:RHSKnownNonNegative (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 978 bool RHSKnownNonNegative, RHSKnownNegative;
981 ComputeSignBit(RHS, RHSKnownNonNegative, RHSKnownNegative, /*Depth=*/0,
983 if (LHSKnownNegative && RHSKnownNonNegative)
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 84 milliseconds