Searched refs:NSW (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/ |
D | InstrTypes.h | 267 DEFINE_HELPERS(Add, NSW) // CreateNSWAdd 269 DEFINE_HELPERS(Sub, NSW) // CreateNSWSub 271 DEFINE_HELPERS(Mul, NSW) // CreateNSWMul 273 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/AsmParser/ |
D | LLParser.cpp | 2164 bool NSW = false; in ParseValID() local 2175 NSW = true; in ParseValID() 2195 if (NSW) in ParseValID() 2225 if (NSW) Flags |= OverflowingBinaryOperator::NoSignedWrap; in ParseValID() 2873 bool NSW = EatIfPresent(lltok::kw_nsw); in ParseInstruction() local 2879 if (NSW) cast<BinaryOperator>(Inst)->setHasNoSignedWrap(true); in ParseInstruction()
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1878 bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap(); in SimplifyICmpInst() local 1879 if (!NUW && !NSW) in SimplifyICmpInst() 1881 if (!NSW && ICmpInst::isSigned(Pred)) in SimplifyICmpInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2430 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap(); in visitICmpInst() local 2431 if (!NUW && !NSW) in visitICmpInst() 2433 if (!NSW && I.isSigned()) in visitICmpInst()
|
/external/icu4c/data/misc/ |
D | timezoneTypes.txt | 47 "Australia:NSW"{"Australia/Sydney"}
|
D | zoneinfo64.txt | 2053 /* Australia/NSW */ :int { 349 } //Z#344 3209 ,"Australia/Melbourne","Australia/NSW","Australia/North" // 345 3728 "AU", //Z#344 Australia/NSW
|
/external/icu4c/test/testdata/ |
D | structLocale.txt | 11502 "Australia:NSW"{
|