Home
last modified time | relevance | path

Searched defs:HasNUW (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DConstantCoalescing.hpp112 bool HasNUW = false, bool HasNSW = false) { in CreateAdd()
161 bool HasNUW = false, bool HasNSW = false) { in CreateMul()
168 bool HasNUW = false, bool HasNSW = false) { in CreateShl()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMPacketize/
H A Dgen_builder.hpp284 Value* ADD(Value *LHS, Value *RHS, const Twine &Name = "", bool HasNUW = false, bool HasNSW = false) in ADD()
304 Value* SUB(Value *LHS, Value *RHS, const Twine &Name = "", bool HasNUW = false, bool HasNSW = false) in SUB()
324 Value* MUL(Value *LHS, Value *RHS, const Twine &Name = "", bool HasNUW = false, bool HasNSW = false) in MUL()
384 Value* SHL(Value *LHS, Value *RHS, const Twine &Name = "", bool HasNUW = false, bool HasNSW = false) in SHL()
389 Value* SHL(Value *LHS, const APInt &RHS, const Twine &Name = "", bool HasNUW = false, bool HasNSW =… in SHL()
394 Value* SHL(Value *LHS, uint64_t RHS, const Twine &Name = "", bool HasNUW = false, bool HasNSW = fal… in SHL()
479 Value* NEG(Value *V, const Twine &Name = "", bool HasNUW = false, bool HasNSW = false) in NEG()
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DConstants.cpp2167 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()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A 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()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DConstants.cpp2209 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2229 bool HasNUW, bool HasNSW) { in getAdd()
2240 bool HasNUW, bool HasNSW) { in getSub()
2251 bool HasNUW, bool HasNSW) { in getMul()
2300 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DConstants.cpp2219 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2239 bool HasNUW, bool HasNSW) { in getAdd()
2250 bool HasNUW, bool HasNSW) { in getSub()
2261 bool HasNUW, bool HasNSW) { in getMul()
2310 bool HasNUW, bool HasNSW) { in getShl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DConstants.cpp2472 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2492 bool HasNUW, bool HasNSW) { in getAdd()
2503 bool HasNUW, bool HasNSW) { in getSub()
2514 bool HasNUW, bool HasNSW) { in getMul()
2568 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DConstants.cpp2487 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2507 bool HasNUW, bool HasNSW) { in getAdd()
2518 bool HasNUW, bool HasNSW) { in getSub()
2529 bool HasNUW, bool HasNSW) { in getMul()
2578 bool HasNUW, bool HasNSW) { in getShl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DConstants.cpp2661 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2681 bool HasNUW, bool HasNSW) { in getAdd()
2692 bool HasNUW, bool HasNSW) { in getSub()
2703 bool HasNUW, bool HasNSW) { in getMul()
2757 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstants.cpp2623 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2643 bool HasNUW, bool HasNSW) { in getAdd()
2654 bool HasNUW, bool HasNSW) { in getSub()
2665 bool HasNUW, bool HasNSW) { in getMul()
2719 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DConstants.cpp2462 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2482 bool HasNUW, bool HasNSW) { in getAdd()
2493 bool HasNUW, bool HasNSW) { in getSub()
2504 bool HasNUW, bool HasNSW) { in getMul()
2553 bool HasNUW, bool HasNSW) { in getShl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DConstants.cpp2661 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2681 bool HasNUW, bool HasNSW) { in getAdd()
2692 bool HasNUW, bool HasNSW) { in getSub()
2703 bool HasNUW, bool HasNSW) { in getMul()
2757 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DConstants.cpp2671 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2691 bool HasNUW, bool HasNSW) { in getAdd()
2702 bool HasNUW, bool HasNSW) { in getSub()
2713 bool HasNUW, bool HasNSW) { in getMul()
2767 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstants.cpp2661 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2681 bool HasNUW, bool HasNSW) { in getAdd()
2692 bool HasNUW, bool HasNSW) { in getSub()
2703 bool HasNUW, bool HasNSW) { in getMul()
2757 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DConstants.cpp2623 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2643 bool HasNUW, bool HasNSW) { in getAdd()
2654 bool HasNUW, bool HasNSW) { in getSub()
2665 bool HasNUW, bool HasNSW) { in getMul()
2719 bool HasNUW, bool HasNSW) { in getShl()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DConstants.cpp2661 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { in getNeg()
2681 bool HasNUW, bool HasNSW) { in getAdd()
2692 bool HasNUW, bool HasNSW) { in getSub()
2703 bool HasNUW, bool HasNSW) { in getMul()
2757 bool HasNUW, bool HasNSW) { in getShl()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Analysis/
H A DScalarEvolution.cpp1368 bool HasNUW, bool HasNSW) { in getAddExpr()
1735 bool HasNUW, bool HasNSW) { in getMulExpr()
2044 bool HasNUW, bool HasNSW) { in getAddRecExpr()
2062 bool HasNUW, bool HasNSW) { in getAddRecExpr()
2807 bool HasNUW = false; in createNodeForPHI() local
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/IR/
H A DIRBuilder.h937 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineMulDivRem.cpp787 bool HasNUW = cast<OverflowingBinaryOperator>(Op1)->hasNoUnsignedWrap(); in commonIDivTransforms() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h1128 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/IR/
H A DIRBuilder.h1145 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DIRBuilder.h1115 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/IR/
H A DIRBuilder.h1145 bool HasNUW, bool HasNSW) { in CreateInsertNUWNSWBinOp()

1234