Lines Matching defs:DISubrange
451 DISubrange::DISubrange(LLVMContext &C, StorageType Storage,
454 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo,
464 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode,
473 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode,
476 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride));
478 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(DISubrange, Ops);
481 DISubrange::BoundType DISubrange::getCount() const {
502 DISubrange::BoundType DISubrange::getLowerBound() const {
523 DISubrange::BoundType DISubrange::getUpperBound() const {
544 DISubrange::BoundType DISubrange::getStride() const {