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 819 if (const OverflowingBinaryOperator *OBO =
821 if (OBO->hasNoUnsignedWrap()) WideBO->setHasNoUnsignedWrap();
822 if (OBO->hasNoSignedWrap()) WideBO->setHasNoSignedWrap();
843 const OverflowingBinaryOperator *OBO =
845 if (IsSigned && OBO->hasNoSignedWrap()
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 670 if (const OverflowingBinaryOperator *OBO =
672 if (OBO->hasNoSignedWrap())
674 if (OBO->hasNoUnsignedWrap())
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 748 if (const OverflowingBinaryOperator *OBO =
750 if (OBO->hasNoUnsignedWrap())
752 if (OBO->hasNoSignedWrap())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 133 OverflowingBinaryOperator *OBO = dyn_cast<OverflowingBinaryOperator>(&I);
134 if (!OBO || !OBO->hasNoSignedWrap()) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 571 if (const OverflowingBinaryOperator *OBO =
573 if (OBO->hasNoSignedWrap())
575 if (OBO->hasNoUnsignedWrap())
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 525 if (const OverflowingBinaryOperator *OBO =
527 if (OBO->hasNoSignedWrap())
529 if (OBO->hasNoUnsignedWrap())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 544 if (const OverflowingBinaryOperator *OBO =
546 if (OBO->hasNoSignedWrap())
548 if (OBO->hasNoUnsignedWrap())
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 125 milliseconds