Searched refs:Subrange (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp723 if (auto *Subrange = dyn_cast<DISubrange>(El)) {
724 auto Count = Subrange->getCount();
H A DDwarfUnit.cpp1383 const auto Subrange = cast<DISubrange>(Elements[0]); local
1384 const auto CI = Subrange->getCount().get<ConstantInt *>();
H A DCodeViewDebug.cpp1573 const DISubrange *Subrange = cast<DISubrange>(Element); local
1574 assert(Subrange->getLowerBound() == 0 &&
1577 if (auto *CI = Subrange->getCount().dyn_cast<ConstantInt*>())

Completed in 68 milliseconds