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

  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 75 NoSignedWrap = (1 << 1)
89 (SubclassOptionalData & ~NoSignedWrap) | (B * NoSignedWrap);
102 return (SubclassOptionalData & NoSignedWrap) != 0;
  /external/llvm/include/llvm/IR/
Operator.h 78 NoSignedWrap = (1 << 1)
90 (SubclassOptionalData & ~NoSignedWrap) | (B * NoSignedWrap);
103 return (SubclassOptionalData & NoSignedWrap) != 0;
PatternMatch.h 557 if (WrapFlags & OverflowingBinaryOperator::NoSignedWrap &&
568 OverflowingBinaryOperator::NoSignedWrap>
571 OverflowingBinaryOperator::NoSignedWrap>(
576 OverflowingBinaryOperator::NoSignedWrap>
579 OverflowingBinaryOperator::NoSignedWrap>(
584 OverflowingBinaryOperator::NoSignedWrap>
587 OverflowingBinaryOperator::NoSignedWrap>(
592 OverflowingBinaryOperator::NoSignedWrap>
595 OverflowingBinaryOperator::NoSignedWrap>(
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 625 Instruction::Add, C, OBO::NoSignedWrap);
630 Instruction::Add, C, OBO::NoSignedWrap | OBO::NoUnsignedWrap);
663 OBO::NoSignedWrap);
675 OBO::NoUnsignedWrap | OBO::NoSignedWrap);
681 Instruction::Add, OneToFive, OBO::NoSignedWrap),
689 Instruction::Add, OneToFive, OBO::NoUnsignedWrap | OBO::NoSignedWrap),
694 Instruction::Add, MinusFiveToMinusTwo, OBO::NoSignedWrap),
702 OBO::NoUnsignedWrap | OBO::NoSignedWrap),
707 Instruction::Add, MinusOneToOne, OBO::NoSignedWrap),
715 OBO::NoUnsignedWrap | OBO::NoSignedWrap),
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 330 bool NoSignedWrap : 1;
343 NoSignedWrap = false;
355 void setNoSignedWrap(bool b) { NoSignedWrap = b; }
366 bool hasNoSignedWrap() const { return NoSignedWrap; }
378 return (NoUnsignedWrap << 0) | (NoSignedWrap << 1) | (Exact << 2) |
386 NoSignedWrap &= Flags->NoSignedWrap;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombineInternal.h 574 /// If the multiplication is known not to overflow then NoSignedWrap is set.
575 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
  /external/llvm/lib/IR/
ConstantRange.cpp 186 assert((NoWrapKind == OBO::NoSignedWrap ||
188 NoWrapKind == (OBO::NoUnsignedWrap | OBO::NoSignedWrap)) &&
208 if (NoWrapKind & OBO::NoSignedWrap) {
Constants.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 703 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart &&
706 if (NoSignedWrap)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 247 milliseconds