Searched refs:BoundType (Results 1 – 6 of 6) sorted by relevance
410 DISubrange::BoundType DISubrange::getCount() const { in getCount()413 return BoundType(); in getCount()420 return BoundType(cast<ConstantInt>(MD->getValue())); in getCount()423 return BoundType(MD); in getCount()426 return BoundType(MD); in getCount()428 return BoundType(); in getCount()431 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound()434 return BoundType(); in getLowerBound()441 return BoundType(cast<ConstantInt>(MD->getValue())); in getLowerBound()444 return BoundType(MD); in getLowerBound()[all …]
720 DIGenericSubrange::BoundType CountNode, DIGenericSubrange::BoundType LB, in getOrCreateGenericSubrange()721 DIGenericSubrange::BoundType UB, DIGenericSubrange::BoundType Stride) { in getOrCreateGenericSubrange()722 auto ConvToMetadata = [&](DIGenericSubrange::BoundType Bound) -> Metadata * { in getOrCreateGenericSubrange()
658 getOrCreateGenericSubrange(DIGenericSubrange::BoundType Count,659 DIGenericSubrange::BoundType LowerBound,660 DIGenericSubrange::BoundType UpperBound,661 DIGenericSubrange::BoundType Stride);
385 typedef PointerUnion<ConstantInt *, DIVariable *, DIExpression *> BoundType; typedef387 BoundType getCount() const;389 BoundType getLowerBound() const;391 BoundType getUpperBound() const;393 BoundType getStride() const;432 using BoundType = PointerUnion<DIVariable *, DIExpression *>; variable434 BoundType getCount() const;435 BoundType getLowerBound() const;436 BoundType getUpperBound() const;437 BoundType getStride() const;
1364 DISubrange::BoundType Bound) -> void { in constructSubrangeDIE()1403 DIGenericSubrange::BoundType Bound) -> void { in constructGenericSubrangeDIE()
1405 static uint64_t rotateSign(DISubrange::BoundType Val) { in rotateSign()