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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 118 OverflowingBinaryOperator *OBO = dyn_cast<OverflowingBinaryOperator>(&I);
119 if (!OBO || !OBO->hasNoSignedWrap()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 536 if (const OverflowingBinaryOperator *OBO =
538 if (OBO->hasNoSignedWrap())
540 if (OBO->hasNoUnsignedWrap())
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 681 if (const OverflowingBinaryOperator *OBO =
683 if (OBO->hasNoUnsignedWrap())
685 if (OBO->hasNoSignedWrap())
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 576 if (const OverflowingBinaryOperator *OBO =
578 if (OBO->hasNoSignedWrap())
580 if (OBO->hasNoUnsignedWrap())
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 445 OverflowingBinaryOperator *OBO = cast<OverflowingBinaryOperator>(I);
446 if (OBO->hasNoSignedWrap()) {
    [all...]
ScalarEvolution.cpp     [all...]

Completed in 1723 milliseconds