Searched defs:NUW (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp186 KnownBits KnownBits::shl(const KnownBits &LHS, const KnownBits &RHS, bool NUW, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp549 bool NUW = !WO->isSigned(); local
574 bool NUW = !SI->isSigned(); local
1080 bool NUW = BinOp->hasNoUnsignedWrap(); local
H A DReassociate.cpp1134 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp321 bool canDistributeOver(bool NUW, bool NSW) const { argument
380 bool NUW = true, NSW = true; local
H A DInstructionSimplify.cpp3407 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); local
3479 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4993 bool NUW = Op0HasNUW && Op1HasNUW; local

Completed in 355 milliseconds