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

  /external/llvm/include/llvm/IR/
Operator.h 83 NoSignedWrap = (1 << 1)
95 (SubclassOptionalData & ~NoSignedWrap) | (B * NoSignedWrap);
108 return (SubclassOptionalData & NoSignedWrap) != 0;
PatternMatch.h 516 if (WrapFlags & OverflowingBinaryOperator::NoSignedWrap &&
527 OverflowingBinaryOperator::NoSignedWrap>
530 OverflowingBinaryOperator::NoSignedWrap>(
535 OverflowingBinaryOperator::NoSignedWrap>
538 OverflowingBinaryOperator::NoSignedWrap>(
543 OverflowingBinaryOperator::NoSignedWrap>
546 OverflowingBinaryOperator::NoSignedWrap>(
551 OverflowingBinaryOperator::NoSignedWrap>
554 OverflowingBinaryOperator::NoSignedWrap>(
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
InstCombine.h 396 /// the multiplication is known not to overflow then NoSignedWrap is set.
397 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 100 BinOp->hasNoSignedWrap() * OverflowingBinaryOperator::NoSignedWrap |
  /external/llvm/lib/IR/
Constants.cpp     [all...]
  /external/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/AsmParser/
LLParser.cpp     [all...]

Completed in 356 milliseconds