Home
last modified time | relevance | path

Searched defs:IsNUW (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp634 simplifyAddInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyAddInst() argument
701 simplifyAddInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Query) simplifyAddInst() argument
786 simplifySubInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySubInst() argument
922 simplifySubInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q) simplifySubInst() argument
929 simplifyMulInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyMulInst() argument
994 simplifyMulInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q) simplifyMulInst() argument
1429 simplifyShlInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyShlInst() argument
1463 simplifyShlInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q) simplifyShlInst() argument
1706 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); simplifyAndOfICmpsWithAdd() local
1797 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); simplifyOrOfICmpsWithAdd() local
[all...]
H A DScalarEvolution.cpp5241 bool IsNUW = false; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp437 bool IsNUW = hasNoUnsignedWrap(I) && hasNoUnsignedWrap(*Op0); SimplifyAssociativeOrCommutative() local
536 bool IsNUW = hasNoUnsignedWrap(I) && SimplifyAssociativeOrCommutative() local
H A DInstCombineAddSub.cpp1998 OptimizePointerDifference(Value * LHS,Value * RHS,Type * Ty,bool IsNUW) OptimizePointerDifference() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1846 if (bool IsNUW = (Known.countMinLeadingZeros() >= HalfWidth)) { SimplifyDemandedBits() local