Searched defs:CE1 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantFold.cpp | 755 if (ConstantExpr *CE1 = dyn_cast<ConstantExpr>(C1)) { ConstantFoldBinaryInstruction() local |
/llvm-project/clang/unittests/Basic/ | ||
H A D | FileEntryTest.cpp | 91 const FileEntry *CE1 = R1; in TEST() local |
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ | ||
H A D | sizeof-expression.cpp | 147 int CE1 = sizeof +sizeof(char); variable |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | ConstantFolding.cpp | 1214 if (auto *CE1 = dyn_cast<ConstantExpr>(Ops1)) { ConstantFoldCompareInstOperands() local |