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

  /external/llvm/include/llvm/IR/
Operator.h 83 NoSignedWrap = (1 << 1)
95 (SubclassOptionalData & ~NoSignedWrap) | (B * NoSignedWrap);
108 return (SubclassOptionalData & NoSignedWrap) != 0;
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 830 /// the multiplication is known not to overflow then NoSignedWrap is set.
831 Value *InstCombiner::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) {
838 NoSignedWrap = true;
    [all...]
InstCombine.h 381 /// the multiplication is known not to overflow then NoSignedWrap is set.
382 Value *Descale(Value *Val, APInt Scale, bool &NoSignedWrap);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 104 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 1137 milliseconds