Home
last modified time | relevance | path

Searched refs:CE1 (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/IR/
DConstantFold.cpp1051 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/
DConstantFold.cpp1157 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/
DConstantFold.cpp1264 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/
DFileEntryTest.cpp71 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/
Dp1.cpp36 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/
Dbugprone-sizeof-expression.cpp149 int CE1 = sizeof +sizeof(char); variable
/external/llvm/lib/Analysis/
DConstantFolding.cpp1126 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/
DConstantFolding.cpp1242 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/
DConstantFolding.cpp1281 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/
DDerivedCoreProperties.txt494 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 …]
DCaseFolding.txt1116 2CE0; C; 2CE1; # COPTIC CAPITAL LETTER OLD NUBIAN NYI
1467 10CA1; C; 10CE1; # OLD HUNGARIAN CAPITAL LETTER EMP
DDerivedNormalizationProps.txt4386 2CE0 ; NFKC_CF; 2CE1
6881 10CA1 ; NFKC_CF; 10CE1
/external/icu/icu4c/source/data/unidata/norm2/
Dnfkc_cf.txt1501 2CE0>2CE1
3996 10CA1>10CE1
Duts46.txt1281 # 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/
DCollationTest_SHIFTED_SHORT.txt526 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 …]
DCollationTest_NON_IGNORABLE_SHORT.txt2243 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/
DCollationTest_CLDR_SHIFTED_SHORT.txt526 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 …]
DCollationTest_CLDR_NON_IGNORABLE_SHORT.txt2243 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/
DCollationTest_SHIFTED_SHORT.txt526 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 …]
DCollationTest_NON_IGNORABLE_SHORT.txt2243 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/
DCollationTest_SHIFTED_SHORT.txt526 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 …]
DCollationTest_NON_IGNORABLE_SHORT.txt2243 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/
DTransliterator_Han_Pinyin.txt3721 峡 > xiá; #5CE1
7694 泡 > pào; #6CE1
11653 糡 > jiàng; #7CE1
15651 賡 > gēng; #8CE1
19650 鳡 > găn; #9CE1
/external/unicode/
DDerivedAge.txt215 0CE0..0CE1 ; 1.1 # [2] KANNADA LETTER VOCALIC RR..KANNADA LETTER VOCALIC LL
/external/python/cpython3/Tools/unicode/python-mappings/
Djisx0213-2004-std.txt2010 3-362E U+5CE1 # <cjk>
3972 3-4B22 U+6CE1 # <cjk>
8601 3-7C39 U+8CE1 # <cjk> [2000]

12