Home
last modified time | relevance | path

Searched defs:HasNSW (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp2299 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2319 bool HasNUW, bool HasNSW) { in getAdd()
2330 bool HasNUW, bool HasNSW) { in getSub()
2341 bool HasNUW, bool HasNSW) { in getMul()
2390 bool HasNUW, bool HasNSW) { in getShl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp800 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); in commonIDivTransforms() local
DInstructionCombining.cpp615 bool HasNSW = false; in tryFactorization() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1148 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()