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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 359 bool LHSKnownNegative = LHSKnownOne[BitWidth - 1];
362 if (LHSKnownNegative || LHSKnownPositive) {
368 if (LHSKnownNegative && RHSKnownNegative) {
    [all...]
InstCombineAddSub.cpp 949 bool LHSKnownNonNegative, LHSKnownNegative;
951 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, DL, 0);
    [all...]

Completed in 201 milliseconds