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

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h594 CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, Value *RHS, const Twine &Name, bool HasNUW, bool HasNSW) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstants.cpp2021 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { argument
2040 getAdd(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2051 getSub(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2062 getMul(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
2111 getShl(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
[all...]

Completed in 133 milliseconds