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

  /external/llvm/include/llvm/
InstrTypes.h 267 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd
269 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub
271 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul
273 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
339 /// setHasNoUnsignedWrap - Set or clear the nsw flag on this instruction,
344 /// 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) {
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...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 1326 milliseconds