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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 977 bool LHSKnownNonNegative, LHSKnownNegative;
979 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, /*Depth=*/0,
983 if (LHSKnownNegative && RHSKnownNonNegative)
    [all...]

Completed in 109 milliseconds