/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 | 265 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd 267 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub 269 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul 271 DEFINE_HELPERS(Shl, NSW) // CreateNSWShl
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 48 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, in computeKnownBitsAddSub() argument 111 if (NSW) { in computeKnownBitsAddSub() 131 static void computeKnownBitsMul(Value *Op0, Value *Op1, bool NSW, in computeKnownBitsMul() argument 142 if (NSW) { in computeKnownBitsMul() 377 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local 378 computeKnownBitsMul(I->getOperand(0), I->getOperand(1), NSW, in computeKnownBits() 521 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local 522 computeKnownBitsAddSub(false, I->getOperand(0), I->getOperand(1), NSW, in computeKnownBits() 528 bool NSW = cast<OverflowingBinaryOperator>(I)->hasNoSignedWrap(); in computeKnownBits() local 529 computeKnownBitsAddSub(true, I->getOperand(0), I->getOperand(1), NSW, in computeKnownBits()
|
D | InstructionSimplify.cpp | 2367 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local 2368 if (!NUW && !NSW) in SimplifyICmpInst() 2370 if (!NSW && ICmpInst::isSigned(Pred)) in SimplifyICmpInst()
|
/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/timezonepicker-support/ |
D | backward | 42 Link Australia/Sydney Australia/NSW
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1609 bool NSW; in visitGetElementPtrInst() local 1610 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() 1614 Value *NewGEP = GEP.isInBounds() && NSW ? in visitGetElementPtrInst() 1647 bool NSW; in visitGetElementPtrInst() local 1648 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) { in visitGetElementPtrInst() 1657 Value *NewGEP = GEP.isInBounds() && NSW ? in visitGetElementPtrInst()
|
D | InstCombineCompares.cpp | 3098 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local 3099 if (!NUW && !NSW) in visitICmpInst() 3101 if (!NSW && I.isSigned()) in visitICmpInst()
|
/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/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 968 enum { NUW = (1 << 0), NSW = (1 << 1), EXACT = (1 << 2) }; 982 SubclassData = (SubclassData & ~NSW) | (b ? NSW : 0); 988 bool hasNoSignedWrap() const { return SubclassData & NSW; }
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | scevunroll.ll | 180 ; of the induction variable's NSW flag. However, the loop latch's
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 2698 bool NSW = false; in ParseValID() local 2709 NSW = true; in ParseValID() 2729 if (NSW) in ParseValID() 2759 if (NSW) Flags |= OverflowingBinaryOperator::NoSignedWrap; in ParseValID() 3445 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local 3451 if (NSW) cast<BinaryOperator>(Inst)->setHasNoSignedWrap(true); in ParseInstruction()
|
/external/icu/icu4c/source/data/misc/ |
D | timezoneTypes.txt | 61 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 1842 /* Australia/NSW */ :int { 359 } //Z#354 2971 ,"Australia/Melbourne","Australia/NSW","Australia/North" // 355 3494 "AU", //Z#354 Australia/NSW
|
/external/chromium_org/third_party/icu/source/data/misc/ |
D | timezoneTypes.txt | 52 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 1977 /* Australia/NSW */ :int { 359 } //Z#354 3115 ,"Australia/Melbourne","Australia/NSW","Australia/North" // 355 3646 "AU", //Z#354 Australia/NSW
|
/external/libogg/doc/ |
D | rfc3533.txt | 755 North Ryde, NSW 2113
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
D | structLocale.txt | 21812 "Australia:NSW"{
|
/external/icu/icu4c/source/test/testdata/ |
D | structLocale.txt | 22042 "Australia:NSW"{
|
/external/llvm/docs/ |
D | LangRef.rst | 4381 resultant sign bit. As such, NUW/NSW have the same semantics as they
|
/external/chromium_org/third_party/libaddressinput/src/testdata/ |
D | countryinfo.txt | 58 …/www1.auspost.com.au/postcodes/","state_name_type":"state","sub_keys":"ACT~NSW~NT~QLD~SA~TAS~VIC~W… 60 data/AU/NSW={"id":"data/AU/NSW","key":"NSW","name":"New South Wales","lang":"en","zip":"1|2[0-57-8]…
|