/external/llvm/test/Transforms/LoopVectorize/ |
D | nsw-crash.ll | 17 … ; <------------- Make sure we don't set NSW flags to the undef.
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 261 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd 263 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub 265 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul 267 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | elim-extend.ll | 5 ; IV with constant start, preinc and postinc sign extends, with and without NSW. 36 ; with and without NSW.
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 191 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub() argument 258 if (NSW) { in computeKnownBitsAddSub() 271 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul() argument 283 if (NSW) { in computeKnownBitsMul() 1103 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local 1104 computeKnownBitsMul(I->getOperand(0), I->getOperand(1), NSW, KnownZero, in computeKnownBits() 1237 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local 1238 computeKnownBitsAddSub(false, I->getOperand(0), I->getOperand(1), NSW, in computeKnownBits() 1244 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local 1245 computeKnownBitsAddSub(true, I->getOperand(0), I->getOperand(1), NSW, in computeKnownBits()
|
D | InstructionSimplify.cpp | 2762 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local 2763 if (!NUW && !NSW) in SimplifyICmpInst() 2765 if (!NSW && ICmpInst::isSigned(Pred)) in SimplifyICmpInst()
|
/external/timezonepicker-support/ |
D | backward | 42 Link Australia/Sydney Australia/NSW
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 30 Australia/NSW ; Australia/Sydney
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count10.ll | 130 ; We can't assume undefined behavior just because we have an NSW flag.
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1662 bool NSW; in visitGetElementPtrInst() local 1663 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() 1668 GEP.isInBounds() && NSW in visitGetElementPtrInst() 1701 bool NSW; in visitGetElementPtrInst() local 1702 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() 1710 Value *NewGEP = GEP.isInBounds() && NSW in visitGetElementPtrInst()
|
D | InstCombineCompares.cpp | 3482 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local 3483 if (!NUW && !NSW) in visitICmpInst() 3485 if (!NSW && I.isSigned()) in visitICmpInst()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 973 enum { NUW = (1 << 0), NSW = (1 << 1), EXACT = (1 << 2) }; 986 SubclassData = (SubclassData & ~NSW) | (b ? NSW : 0); 992 bool hasNoSignedWrap() const { return SubclassData & NSW; }
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | scevunroll.ll | 177 ; of the induction variable's NSW flag. However, the loop latch's
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2702 bool NSW = false; in ParseValID() local 2713 NSW = true; in ParseValID() 2733 if (NSW) in ParseValID() 2763 if (NSW) Flags |= OverflowingBinaryOperator::NoSignedWrap; in ParseValID() 4442 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local 4448 if (NSW) cast<BinaryOperator>(Inst)->setHasNoSignedWrap(true); in ParseInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1061 bool NSW = cast<BinaryOperator>(Shl)->hasNoSignedWrap(); in ConvertShiftToMul() local 1063 if (NSW && NUW) in ConvertShiftToMul()
|
/external/icu/icu4c/source/data/misc/ |
D | timezoneTypes.txt | 61 "Australia:NSW"{"Australia/Sydney"}
|
/external/icu/icu4c/source/test/testdata/ |
D | timezoneTypes.txt | 47 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 2008 /* Australia/NSW */ :int { 356 } //Z#351 3148 ,"Australia/Lord_Howe","Australia/Melbourne","Australia/NSW" // 351 3671 "AU", //Z#351 Australia/NSW
|
D | structLocale.txt | 25528 "Australia:NSW"{
|
/external/libogg/doc/ |
D | rfc3533.txt | 755 North Ryde, NSW 2113
|
/external/llvm/docs/ |
D | LangRef.rst | 5072 resultant sign bit. As such, NUW/NSW have the same semantics as they
|