Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2659 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2679 bool HasNUW, bool HasNSW) { in getAdd()
2690 bool HasNUW, bool HasNSW) { in getSub()
2701 bool HasNUW, bool HasNSW) { in getMul()
2755 bool HasNUW, bool HasNSW) { in getShl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h1127 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp842 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
H A DInstCombineAddSub.cpp1272 bool HasNUW = I.hasNoUnsignedWrap() && Op0->hasNoUnsignedWrap() && in factorizeMathWithShlOps() local
H A DInstCombineCompares.cpp3936 bool HasNUW = BO0->hasNoUnsignedWrap() && C3->getValue().ule(AP1); in foldICmpBinOp() local
3942 bool HasNUW = BO1->hasNoUnsignedWrap() && C3->getValue().ule(AP2); in foldICmpBinOp() local
H A DInstructionCombining.cpp658 bool HasNUW = false; in tryFactorization() local