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

/external/llvm/lib/VMCore/
H A DConstants.cpp1903 Constant *ConstantExpr::getNeg(Constant *C, bool HasNUW, bool HasNSW) { argument
1907 C, HasNUW, HasNSW);
1923 bool HasNUW, bool HasNSW) {
1925 (HasNSW ? OverflowingBinaryOperator::NoSignedWrap : 0);
1934 bool HasNUW, bool HasNSW) {
1936 (HasNSW ? OverflowingBinaryOperator::NoSignedWrap : 0);
1945 bool HasNUW, bool HasNSW) {
1947 (HasNSW ? OverflowingBinaryOperator::NoSignedWrap : 0);
1994 bool HasNUW, bool HasNSW) {
1996 (HasNSW
1922 getAdd(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
1933 getSub(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
1944 getMul(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
1993 getShl(Constant *C1, Constant *C2, bool HasNUW, bool HasNSW) argument
[all...]
/external/llvm/include/llvm/
H A DIRBuilder.h523 bool HasNUW, bool HasNSW) {
526 if (HasNSW) BO->setHasNoSignedWrap();
539 bool HasNUW = false, bool HasNSW = false) {
542 return Insert(Folder.CreateAdd(LC, RC, HasNUW, HasNSW), Name);
544 HasNUW, HasNSW);
561 bool HasNUW = false, bool HasNSW = false) {
566 HasNUW, HasNSW);
583 bool HasNUW = false, bool HasNSW = false) {
588 HasNUW, HasNSW);
658 bool HasNUW = false, bool HasNSW
520 CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc, Value *LHS, Value *RHS, const Twine &Name, bool HasNUW, bool HasNSW) argument
[all...]

Completed in 82 milliseconds