Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp549 bool NUW = !WO->isSigned(); processOverflowIntrinsic() local
574 bool NUW = !SI->isSigned(); processSaturatingInst() local
1080 bool NUW = BinOp->hasNoUnsignedWrap(); processBinOp() local
H A DReassociate.cpp1134 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); ConvertShiftToMul() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp186 shl(const KnownBits & LHS,const KnownBits & RHS,bool NUW,bool NSW,bool ShAmtNonZero) shl() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp380 bool NUW = true, NSW = true; GetLinearExpression() local
H A DInstructionSimplify.cpp3407 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
3479 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
H A DValueTracking.cpp1091 bool NUW = Q.IIQ.hasNoUnsignedWrap(cast<OverflowingBinaryOperator>(I)); computeKnownBitsFromOperator() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4032 bool NUW = false; parseValID() local
6473 bool NUW = EatIfPresent(lltok::kw_nuw); parseInstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4993 bool NUW = Op0HasNUW && Op1HasNUW; foldICmpBinOp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52480 bool NUW = Add->getFlags().hasNoUnsignedWrap(); promoteExtBeforeAdd() local
[all...]