Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp152 const bool HasNUW = Mul.hasNoUnsignedWrap(); in foldMulShl1() local
210 const bool HasNUW = I.hasNoUnsignedWrap(); in visitMul() local
890 bool HasNUW = Mul->hasNoUnsignedWrap() && Shl->hasNoUnsignedWrap(); in foldIDivShl() local
1072 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
H A DInstCombineCompares.cpp2647 bool HasNUW = Sub->hasNoUnsignedWrap(); in foldICmpSubConstant() local
4240 bool HasNUW = BO0->hasNoUnsignedWrap() && Diff.ule(*AP1); in foldICmpBinOp() local
4247 bool HasNUW = BO1->hasNoUnsignedWrap() && Diff.ule(*AP2); in foldICmpBinOp() local
H A DInstCombineAddSub.cpp1284 bool HasNUW = I.hasNoUnsignedWrap() && Op0->hasNoUnsignedWrap() && in factorizeMathWithShlOps() local
H A DInstructionCombining.cpp701 bool HasNUW = false; in tryFactorization() local
/openbsd/gnu/llvm/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.h1189 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h61 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
H A DTargetFolder.h80 bool HasNUW, bool HasNSW) const override { in FoldNoWrapBinOp()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp2644 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2658 bool HasNUW, bool HasNSW) { in getAdd()
2665 bool HasNUW, bool HasNSW) { in getSub()
2672 bool HasNUW, bool HasNSW) { in getMul()
2696 bool HasNUW, bool HasNSW) { in getShl()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp7076 bool HasNUW = IIQ.hasNoUnsignedWrap(&BO); in setLimitsForBinOp() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8720 bool HasNUW, in addCanonicalIVRecipes()