Searched defs:HasNSW (Results 1 – 5 of 5) 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/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/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 515 bool HasNSW = false; in tryFactorization() local
|