OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Subrange
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
907
if (auto *
Subrange
= dyn_cast<DISubrange>(El)) {
908
if (auto Count =
Subrange
->getCount())
911
if (auto LB =
Subrange
->getLowerBound())
914
if (auto UB =
Subrange
->getUpperBound())
917
if (auto ST =
Subrange
->getStride())
CodeViewDebug.cpp
1618
const DISubrange *
Subrange
= cast<DISubrange>(Element);
1622
auto *LI =
Subrange
->getLowerBound().dyn_cast<ConstantInt *>();
1623
if (!
Subrange
->getRawLowerBound() || (LI && (LI->getSExtValue() == 0))) {
1624
if (auto *CI =
Subrange
->getCount().dyn_cast<ConstantInt*>())
1626
else if (auto *UI =
Subrange
->getUpperBound().dyn_cast<ConstantInt*>())
DwarfUnit.cpp
1409
"Invalid vector element array, expected one element of type
subrange
");
1410
const auto
Subrange
= cast<DISubrange>(Elements[0]);
1412
Subrange
->getCount()
1413
?
Subrange
->getCount().get<ConstantInt *>()->getSExtValue()
Completed in 47 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026