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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 827 if (const OverflowingBinaryOperator *OBO =
829 if (OBO->hasNoUnsignedWrap()) WideBO->setHasNoUnsignedWrap();
830 if (OBO->hasNoSignedWrap()) WideBO->setHasNoSignedWrap();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 716 if (const OverflowingBinaryOperator *OBO =
718 if (OBO->hasNoSignedWrap())
720 if (OBO->hasNoUnsignedWrap())
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 749 if (const OverflowingBinaryOperator *OBO =
751 if (OBO->hasNoUnsignedWrap())
753 if (OBO->hasNoSignedWrap())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 135 OverflowingBinaryOperator *OBO = dyn_cast<OverflowingBinaryOperator>(&I);
136 if (!OBO || !OBO->hasNoSignedWrap()) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 566 if (const OverflowingBinaryOperator *OBO =
568 if (OBO->hasNoSignedWrap())
570 if (OBO->hasNoUnsignedWrap())
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 520 if (const OverflowingBinaryOperator *OBO =
522 if (OBO->hasNoSignedWrap())
524 if (OBO->hasNoUnsignedWrap())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 539 if (const OverflowingBinaryOperator *OBO =
541 if (OBO->hasNoSignedWrap())
543 if (OBO->hasNoUnsignedWrap())
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 254 milliseconds