Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp126 [[nodiscard]] Value *Negator::visitImpl(Value *V, bool IsNSW, unsigned Depth) { in visitImpl() argument
479 negate(Value * V,bool IsNSW,unsigned Depth) negate() argument
517 run(Value * Root,bool IsNSW) run() argument
529 Negate(bool LHSIsZero,bool IsNSW,Value * Root,InstCombinerImpl & IC) Negate() argument
[all...]
H A DInstructionCombining.cpp438 bool IsNSW = maintainNoSignedWrap(I, B, C) && hasNoSignedWrap(*Op0); SimplifyAssociativeOrCommutative() local
/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
1331 simplifyShift(Instruction::BinaryOps Opcode,Value * Op0,Value * Op1,bool IsNSW,const SimplifyQuery & Q,unsigned MaxRecurse) simplifyShift() 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
1705 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); simplifyAndOfICmpsWithAdd() local
1796 bool IsNSW = IIQ.hasNoSignedWrap(AddInst); simplifyOrOfICmpsWithAdd() local
[all...]
H A DBasicAliasAnalysis.cpp341 bool IsNSW; global() member
482 bool IsNSW; global() member
[all...]
H A DScalarEvolution.cpp3825 getAbsExpr(const SCEV * Op,bool IsNSW) getAbsExpr() argument
5240 bool IsNSW = false; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1847 bool IsNSW = Known.countMinSignBits() > HalfWidth; SimplifyDemandedBits() local