/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 68 bool HasNUW; member
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | NoFolder.h | 59 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
|
H A D | ConstantFolder.h | 69 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
|
H A D | IRBuilder.h | 1279 CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc,Value * LHS,Value * RHS,const Twine & Name,bool HasNUW,bool HasNSW) CreateInsertNUWNSWBinOp() argument [all...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 61 FoldNoWrapBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,bool HasNUW,bool HasNSW) FoldNoWrapBinOp() argument
|
H A D | TargetFolder.h | 80 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 152 const bool HasNUW = Mul.hasNoUnsignedWrap(); foldMulShl1() local 213 const bool HasNUW = I.hasNoUnsignedWrap(); visitMul() local 1093 bool HasNUW = Mul->hasNoUnsignedWrap() && Shl->hasNoUnsignedWrap(); foldIDivShl() local 1309 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); commonIDivTransforms() local [all...] |
H A D | InstCombineAddSub.cpp | 1425 bool HasNUW = I.hasNoUnsignedWrap() && Op0->hasNoUnsignedWrap() && factorizeMathWithShlOps() local 2231 bool HasNUW = I.hasNoUnsignedWrap() && LHSSub->hasNoUnsignedWrap(); visitSub() local [all...] |
H A D | InstCombineCompares.cpp | 2905 bool HasNUW = Sub->hasNoUnsignedWrap(); foldICmpSubConstant() local 4971 __anon9256b8a01102(const BinaryOperator &BO, CmpInst::Predicate Pred, bool &HasNSW, bool &HasNUW) foldICmpBinOp() argument
|
H A D | InstructionCombining.cpp | 729 bool HasNUW = false; tryFactorization() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2600 getAdd(Constant * C1,Constant * C2,bool HasNUW,bool HasNSW) getAdd() argument 2607 getSub(Constant * C1,Constant * C2,bool HasNUW,bool HasNSW) getSub() argument 2614 getMul(Constant * C1,Constant * C2,bool HasNUW,bool HasNSW) getMul() argument
|
H A D | Core.cpp | 3664 LLVMSetNUW(LLVMValueRef ArithInst,LLVMBool HasNUW) LLVMSetNUW() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 8483 addCanonicalIVRecipes(VPlan & Plan,Type * IdxTy,bool HasNUW,DebugLoc DL) addCanonicalIVRecipes() argument 8569 bool HasNUW = Style == TailFoldingStyle::None; tryToBuildVPlanWithVPRecipes() local 8820 bool HasNUW = true; buildVPlan() local
|
H A D | VPlan.h | 929 char HasNUW : 1; global() member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 9156 bool HasNUW = IIQ.hasNoUnsignedWrap(&BO); setLimitsForBinOp() local
|