/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 1051 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 1053 if (CE1->getOpcode() == Instruction::ZExt) { in ConstantFoldBinaryInstruction() 1056 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits(); in ConstantFoldBinaryInstruction() 1063 if (CE1->getOpcode() == Instruction::PtrToInt && in ConstantFoldBinaryInstruction() 1064 isa<GlobalValue>(CE1->getOperand(0))) { in ConstantFoldBinaryInstruction() 1065 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0)); in ConstantFoldBinaryInstruction() 1092 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 1093 switch (CE1->getOpcode()) { in ConstantFoldBinaryInstruction() 1099 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction() 1101 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 1157 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 1159 if (CE1->getOpcode() == Instruction::ZExt) { in ConstantFoldBinaryInstruction() 1162 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits(); in ConstantFoldBinaryInstruction() 1169 if (CE1->getOpcode() == Instruction::PtrToInt && in ConstantFoldBinaryInstruction() 1170 isa<GlobalValue>(CE1->getOperand(0))) { in ConstantFoldBinaryInstruction() 1171 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0)); in ConstantFoldBinaryInstruction() 1217 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 1218 switch (CE1->getOpcode()) { in ConstantFoldBinaryInstruction() 1224 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction() 1226 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantFold.cpp | 1264 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 1266 if (CE1->getOpcode() == Instruction::ZExt) { in ConstantFoldBinaryInstruction() 1269 CE1->getOperand(0)->getType()->getPrimitiveSizeInBits(); in ConstantFoldBinaryInstruction() 1276 if (CE1->getOpcode() == Instruction::PtrToInt && in ConstantFoldBinaryInstruction() 1277 isa<GlobalValue>(CE1->getOperand(0))) { in ConstantFoldBinaryInstruction() 1278 GlobalValue *GV = cast<GlobalValue>(CE1->getOperand(0)); in ConstantFoldBinaryInstruction() 1325 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { in ConstantFoldBinaryInstruction() local 1326 switch (CE1->getOpcode()) { in ConstantFoldBinaryInstruction() 1332 CmpInst::Predicate pred = (CmpInst::Predicate)CE1->getPredicate(); in ConstantFoldBinaryInstruction() 1334 return ConstantExpr::getCompare(pred, CE1->getOperand(0), in ConstantFoldBinaryInstruction() [all …]
|
/external/llvm-project/clang/unittests/Basic/ |
D | FileEntryTest.cpp | 71 const FileEntry *CE1 = R1; in TEST() local 72 EXPECT_EQ(CE1, &R1.getFileEntry()); in TEST() 89 const FileEntry *CE1 = M1; in TEST() local 90 EXPECT_EQ(CE1, &M1->getFileEntry()); in TEST()
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
D | p1.cpp | 36 concept enum CE1 {}; // expected-error {{'concept' can only appear on the definition of a function … enum
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-sizeof-expression.cpp | 149 int CE1 = sizeof +sizeof(char); variable
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1126 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() local 1127 if (CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands() 1135 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands() 1145 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()) { in ConstantFoldCompareInstOperands() 1147 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI); in ConstantFoldCompareInstOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1242 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() local 1243 if (CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands() 1251 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands() 1261 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()) { in ConstantFoldCompareInstOperands() 1263 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI); in ConstantFoldCompareInstOperands()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1281 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { in ConstantFoldCompareInstOperands() local 1282 if (CE0->getOpcode() == CE1->getOpcode()) { in ConstantFoldCompareInstOperands() 1290 Constant *C1 = ConstantExpr::getIntegerCast(CE1->getOperand(0), in ConstantFoldCompareInstOperands() 1300 CE0->getOperand(0)->getType() == CE1->getOperand(0)->getType()) { in ConstantFoldCompareInstOperands() 1302 Predicate, CE0->getOperand(0), CE1->getOperand(0), DL, TLI); in ConstantFoldCompareInstOperands()
|
/external/icu/icu4c/source/data/unidata/ |
D | DerivedCoreProperties.txt | 494 0CE0..0CE1 ; Alphabetic 1859 2CE1 ; Lowercase 4422 2CE1 ; Changes_When_Uppercased 5050 2CE1 ; Changes_When_Titlecased 6082 0CE0..0CE1 ; ID_Start 6918 0CE0..0CE1 ; ID_Continue 7181 1CE1 ; ID_Continue 8074 0CE0..0CE1 ; XID_Start 8910 0CE0..0CE1 ; XID_Continue 9173 1CE1 ; XID_Continue [all …]
|
D | CaseFolding.txt | 1116 2CE0; C; 2CE1; # COPTIC CAPITAL LETTER OLD NUBIAN NYI 1467 10CA1; C; 10CE1; # OLD HUNGARIAN CAPITAL LETTER EMP
|
D | DerivedNormalizationProps.txt | 4386 2CE0 ; NFKC_CF; 2CE1 6881 10CA1 ; NFKC_CF; 10CE1
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | nfkc_cf.txt | 1501 2CE0>2CE1 3996 10CA1>10CE1
|
D | uts46.txt | 1281 # 0CE0..0CE1 valid # 1.1 KANNADA LETTER VOCALIC RR..KANNADA LETTER VOCALIC LL 2990 2CE0 >2CE1 # 4.1 COPTIC CAPITAL LETTER OLD NUBIAN NYI 2991 # 2CE1 valid # 4.1 COPTIC SMALL LETTER OLD NUBIAN NYI 6051 10CA1 >10CE1 # 8.0 OLD HUNGARIAN CAPITAL LETTER EMP
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | CollationTest_SHIFTED_SHORT.txt | 526 1CE1 0021 1397 1CE1 003F 53914 1CE1 0061 55619 1CE1 0041 59516 1CE1 0062 79481 2CE1 0021 79482 2CE1 003F 79485 2CE1 0061 79486 2CE1 0041 79489 2CE1 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 2243 1CE1 0021 3751 1CE1 003F 50881 1CE1 0061 51729 1CE1 0041 54800 1CE1 0062 73462 2CE1 0021 73464 2CE1 003F 73466 2CE1 0061 73467 2CE1 0041 73470 2CE1 0062 [all …]
|
/external/cldr/common/uca/ |
D | CollationTest_CLDR_SHIFTED_SHORT.txt | 526 1CE1 0021 1397 1CE1 003F 53914 1CE1 0061 55619 1CE1 0041 59516 1CE1 0062 79481 2CE1 0021 79482 2CE1 003F 79485 2CE1 0061 79486 2CE1 0041 79489 2CE1 0062 [all …]
|
D | CollationTest_CLDR_NON_IGNORABLE_SHORT.txt | 2243 1CE1 0021 3751 1CE1 003F 50881 1CE1 0061 51729 1CE1 0041 54800 1CE1 0062 73462 2CE1 0021 73464 2CE1 003F 73466 2CE1 0061 73467 2CE1 0041 73470 2CE1 0062 [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | CollationTest_SHIFTED_SHORT.txt | 526 1CE1 0021 1397 1CE1 003F 53914 1CE1 0061 55619 1CE1 0041 59516 1CE1 0062 79481 2CE1 0021 79482 2CE1 003F 79485 2CE1 0061 79486 2CE1 0041 79489 2CE1 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 2243 1CE1 0021 3751 1CE1 003F 50881 1CE1 0061 51729 1CE1 0041 54800 1CE1 0062 73462 2CE1 0021 73464 2CE1 003F 73466 2CE1 0061 73467 2CE1 0041 73470 2CE1 0062 [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | CollationTest_SHIFTED_SHORT.txt | 526 1CE1 0021 1397 1CE1 003F 53914 1CE1 0061 55619 1CE1 0041 59516 1CE1 0062 79481 2CE1 0021 79482 2CE1 003F 79485 2CE1 0061 79486 2CE1 0041 79489 2CE1 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 2243 1CE1 0021 3751 1CE1 003F 50881 1CE1 0061 51729 1CE1 0041 54800 1CE1 0062 73462 2CE1 0021 73464 2CE1 003F 73466 2CE1 0061 73467 2CE1 0041 73470 2CE1 0062 [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Han_Pinyin.txt | 3721 峡 > xiá; #5CE1 7694 泡 > pào; #6CE1 11653 糡 > jiàng; #7CE1 15651 賡 > gēng; #8CE1 19650 鳡 > găn; #9CE1
|
/external/unicode/ |
D | DerivedAge.txt | 215 0CE0..0CE1 ; 1.1 # [2] KANNADA LETTER VOCALIC RR..KANNADA LETTER VOCALIC LL
|
/external/python/cpython3/Tools/unicode/python-mappings/ |
D | jisx0213-2004-std.txt | 2010 3-362E U+5CE1 # <cjk> 3972 3-4B22 U+6CE1 # <cjk> 8601 3-7C39 U+8CE1 # <cjk> [2000]
|