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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp800 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); local
H A DInstructionCombining.cpp615 bool HasNSW = false; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2299 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { argument
2318 getAdd(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2329 getSub(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2340 getMul(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2389 getShl(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1145 CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, Value *RHS, const Twine &Name, bool HasNUW, bool HasNSW) argument
[all...]

Completed in 131 milliseconds