Searched refs:BoundType (Results 1 – 6 of 6) sorted by relevance
481 DISubrange::BoundType DISubrange::getCount() const { in getCount()484 return BoundType(); in getCount()491 return BoundType(cast<ConstantInt>(MD->getValue())); in getCount()494 return BoundType(MD); in getCount()497 return BoundType(MD); in getCount()499 return BoundType(); in getCount()502 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound()505 return BoundType(); in getLowerBound()512 return BoundType(cast<ConstantInt>(MD->getValue())); in getLowerBound()515 return BoundType(MD); in getLowerBound()[all …]
733 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()734 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()735 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
699 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,700 DIGenericSubrange::BoundType LowerBound,701 DIGenericSubrange::BoundType UpperBound,702 DIGenericSubrange::BoundType Stride);
396 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef398 BoundType getCount() const;400 BoundType getLowerBound() const;402 BoundType getUpperBound() const;404 BoundType getStride() const;443 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable445 BoundType getCount() const;446 BoundType getLowerBound() const;447 BoundType getUpperBound() const;448 BoundType getStride() const;
1398 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()1437 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
1405 DISubrange::BoundType LowerBound = N->getLowerBound(); in writeDISubrange()