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

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

Completed in 910 milliseconds