Lines Matching refs:Bound
1579 DISubrangeType::BoundType Bound) -> void { in constructSubrangeDIE() argument
1580 if (auto *BV = dyn_cast_if_present<DIVariable *>(Bound)) { in constructSubrangeDIE()
1583 } else if (auto *BE = dyn_cast_if_present<DIExpression *>(Bound)) { in constructSubrangeDIE()
1589 } else if (auto *BI = dyn_cast_if_present<ConstantInt *>(Bound)) { in constructSubrangeDIE()
1621 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE() argument
1622 if (auto *BV = dyn_cast_if_present<DIVariable *>(Bound)) { in constructSubrangeDIE()
1625 } else if (auto *BE = dyn_cast_if_present<DIExpression *>(Bound)) { in constructSubrangeDIE()
1631 } else if (auto *BI = dyn_cast_if_present<ConstantInt *>(Bound)) { in constructSubrangeDIE()
1663 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE() argument
1664 if (auto *BV = dyn_cast_if_present<DIVariable *>(Bound)) { in constructGenericSubrangeDIE()
1667 } else if (auto *BE = dyn_cast_if_present<DIExpression *>(Bound)) { in constructGenericSubrangeDIE()