Searched defs:HasNUW (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1761 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg() 1781 bool HasNUW, bool HasNSW) { in getAdd() 1792 bool HasNUW, bool HasNSW) { in getSub() 1803 bool HasNUW, bool HasNSW) { in getMul() 1852 bool HasNUW, bool HasNSW) { in getShl()
|
/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-7.0/llvm/lib/IR/ |
D | Constants.cpp | 2167 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg() 2187 bool HasNUW, bool HasNSW) { in getAdd() 2198 bool HasNUW, bool HasNSW) { in getSub() 2209 bool HasNUW, bool HasNSW) { in getMul() 2258 bool HasNUW, bool HasNSW) { in getShl()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 493 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 759 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 937 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 778 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
|