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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp863 bool HasNSW = cast<OverflowingBinaryOperator>(Op1)->hasNoSignedWrap(); local
H A DInstructionCombining.cpp612 bool HasNSW = false; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2462 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { argument
2481 getAdd(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2492 getSub(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2503 getMul(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2552 getShl(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1104 CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, Value *RHS, const Twine &Name, bool HasNUW, bool HasNSW) argument
[all...]

Completed in 105 milliseconds