Searched refs:OBO (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp782 if (const OverflowingBinaryOperator *OBO =
784 if (OBO->hasNoUnsignedWrap()) WideBO->setHasNoUnsignedWrap();
785 if (OBO->hasNoSignedWrap()) WideBO->setHasNoSignedWrap();
806 const OverflowingBinaryOperator *OBO = local
808 if (IsSigned && OBO->hasNoSignedWrap())
811 else if(!IsSigned && OBO->hasNoUnsignedWrap())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp548 if (const OverflowingBinaryOperator *OBO =
550 if (OBO->hasNoSignedWrap())
552 if (OBO->hasNoUnsignedWrap())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp127 OverflowingBinaryOperator *OBO = dyn_cast<OverflowingBinaryOperator>(&I); local
128 if (!OBO || !OBO->hasNoSignedWrap()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAsmWriter.cpp706 if (const OverflowingBinaryOperator *OBO =
708 if (OBO->hasNoUnsignedWrap())
710 if (OBO->hasNoSignedWrap())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp3052 if (const AddOperator *OBO = dyn_cast<AddOperator>(BEValueV)) {
3053 if (OBO->hasNoUnsignedWrap())
3055 if (OBO->hasNoSignedWrap())

Completed in 96 milliseconds