Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp635 simplifyAddInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyAddInst() argument
702 simplifyAddInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Query) simplifyAddInst() argument
787 simplifySubInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifySubInst() argument
923 simplifySubInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q) simplifySubInst() argument
930 simplifyMulInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyMulInst() argument
995 simplifyMulInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q) simplifyMulInst() argument
1446 simplifyShlInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyShlInst() argument
1480 simplifyShlInst(Value * Op0,Value * Op1,bool IsNSW,bool IsNUW,const SimplifyQuery & Q) simplifyShlInst() argument
1721 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); simplifyAndOfICmpsWithAdd() local
1812 bool IsNUW = IIQ.hasNoUnsignedWrap(AddInst); simplifyOrOfICmpsWithAdd() local
[all...]
H A DScalarEvolution.cpp5246 bool IsNUW = false; global() member
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1408 bool IsNUW = false; member
1452 bool IsNUW = Op->hasNoUnsignedWrap(); in matchBinaryOp() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp455 bool IsNUW = hasNoUnsignedWrap(I) && hasNoUnsignedWrap(*Op0); SimplifyAssociativeOrCommutative() local
554 bool IsNUW = hasNoUnsignedWrap(I) && SimplifyAssociativeOrCommutative() local
H A DInstCombineAddSub.cpp1999 OptimizePointerDifference(Value * LHS,Value * RHS,Type * Ty,bool IsNUW) OptimizePointerDifference() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1877 if (bool IsNUW = (Known.countMinLeadingZeros() >= HalfWidth)) { SimplifyDemandedBits() local