OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Subrange
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
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()
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*>())
Completed in 80 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026