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

  /external/llvm/include/llvm/IR/
InstrTypes.h 265 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd
267 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub
269 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul
271 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
337 /// setHasNoUnsignedWrap - Set or clear the nsw flag on this instruction,
342 /// setHasNoSignedWrap - Set or clear the nsw flag on this instruction,
    [all...]
  /external/llvm/lib/Analysis/
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) {
383 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap();
384 ComputeMaskedBitsMul(I->getOperand(0), I->getOperand(1), NSW,
533 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap();
534 ComputeMaskedBitsAddSub(false, I->getOperand(0), I->getOperand(1), NSW,
540 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap();
541 ComputeMaskedBitsAddSub(true, I->getOperand(0), I->getOperand(1), NSW,
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 255 milliseconds