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

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp 46 static void ComputeMaskedBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW,
112 if (NSW) {
132 static void ComputeMaskedBitsMul(Value *Op0, Value *Op1, bool NSW,
145 if (NSW) {
374 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap();
375 ComputeMaskedBitsMul(I->getOperand(0), I->getOperand(1), NSW,
521 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap();
522 ComputeMaskedBitsAddSub(false, I->getOperand(0), I->getOperand(1), NSW,
528 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap();
529 ComputeMaskedBitsAddSub(true, I->getOperand(0), I->getOperand(1), NSW,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 316 milliseconds