Home
last modified time | relevance | path

Searched defs:NUW (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp526 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local
551 bool NUW = !SI->isSigned(); in processSaturatingInst() local
937 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
H A DReassociate.cpp1091 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp317 bool NUW = true, NSW = true; in GetLinearExpression() local
H A DInstructionSimplify.cpp3105 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3751 bool NUW = false; in parseValID() local
6201 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4113 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47730 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local