Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp576 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local
601 bool NUW = !SI->isSigned(); in processSaturatingInst() local
1063 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
H A DReassociate.cpp1096 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp361 bool NUW = true, NSW = true; in GetLinearExpression() local
H A DInstructionSimplify.cpp3427 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp3825 bool NUW = false; in parseValID() local
6309 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4426 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52858 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local