Home
last modified time | relevance | path

Searched defs:HasNUW (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h68 bool HasNUW; member
/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h59 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
H A DConstantFolder.h69 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
H A DIRBuilder.h1279 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 DInstSimplifyFolder.h61 FoldNoWrapBinOp(Instruction::BinaryOps Opc,Value * LHS,Value * RHS,bool HasNUW,bool HasNSW) FoldNoWrapBinOp() argument
H A DTargetFolder.h80 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp152 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 DInstCombineAddSub.cpp1425 bool HasNUW = I.hasNoUnsignedWrap() && Op0->hasNoUnsignedWrap() && factorizeMathWithShlOps() local
2231 bool HasNUW = I.hasNoUnsignedWrap() && LHSSub->hasNoUnsignedWrap(); visitSub() local
[all...]
H A DInstCombineCompares.cpp2905 bool HasNUW = Sub->hasNoUnsignedWrap(); foldICmpSubConstant() local
4971 __anon9256b8a01102(const BinaryOperator &BO, CmpInst::Predicate Pred, bool &HasNSW, bool &HasNUW) foldICmpBinOp() argument
H A DInstructionCombining.cpp729 bool HasNUW = false; tryFactorization() local
/llvm-project/llvm/lib/IR/
H A DConstants.cpp2600 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 DCore.cpp3664 LLVMSetNUW(LLVMValueRef ArithInst,LLVMBool HasNUW) LLVMSetNUW() argument
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8483 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 DVPlan.h929 char HasNUW : 1; global() member
/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp9156 bool HasNUW = IIQ.hasNoUnsignedWrap(&BO); setLimitsForBinOp() local