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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 949 bool LHSKnownNonNegative, LHSKnownNegative;
951 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, DL, 0);
953 if (LHSKnownNonNegative && RHSKnownNonNegative)
    [all...]

Completed in 917 milliseconds