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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 399 bool LHSKnownNegative = LHSKnownOne[BitWidth - 1];
402 if (LHSKnownNegative || LHSKnownPositive) {
408 if (LHSKnownNegative && RHSKnownNegative) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 957 bool LHSKnownNonNegative, LHSKnownNegative;
959 ComputeSignBit(LHS, LHSKnownNonNegative, LHSKnownNegative, /*Depth=*/0,
963 if (LHSKnownNegative && RHSKnownNonNegative)
    [all...]

Completed in 214 milliseconds