Searched defs:HasNUW (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/IR/ |
| D | Constants.cpp | 2113 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg() 2133 bool HasNUW, bool HasNSW) { in getAdd() 2144 bool HasNUW, bool HasNSW) { in getSub() 2155 bool HasNUW, bool HasNSW) { in getMul() 2204 bool HasNUW, bool HasNSW) { in getShl()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Constants.cpp | 2299 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()
|
| /external/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 759 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 801 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
|
| D | InstructionCombining.cpp | 616 bool HasNUW = false; in tryFactorization() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 1148 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|