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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp495 bool NUW = !WO->isSigned(); local
518 bool NUW = !SI->isSigned(); local
747 bool NUW = BinOp->hasNoUnsignedWrap(); local
H A DReassociate.cpp996 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp581 bool NSW = true, NUW local
278 GetLinearExpression( const Value *V, APInt &Scale, APInt &Offset, unsigned &ZExtBits, unsigned &SExtBits, const DataLayout &DL, unsigned Depth, AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) argument
2022 bool NSW = true, NUW = true; local
[all...]
H A DInstructionSimplify.cpp3064 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4049 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); local

Completed in 190 milliseconds