Home
last modified time | relevance | path

Searched defs:HasNSW (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.cpp841 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
H A DInstCombineAddSub.cpp1270 bool HasNSW = I.hasNoSignedWrap() && Op0->hasNoSignedWrap() && in factorizeMathWithShlOps() local
H A DInstCombineCompares.cpp3937 bool HasNSW = BO0->hasNoSignedWrap(); in foldICmpBinOp() local
3943 bool HasNSW = BO1->hasNoSignedWrap(); in foldICmpBinOp() local
H A DInstructionCombining.cpp657 bool HasNSW = false; in tryFactorization() local