Lines Matching defs:CountNode
456 auto *CountNode = ConstantAsMetadata::get(
460 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage,
464 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode,
469 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage,
473 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode,
476 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride));
477 Metadata *Ops[] = {CountNode, LB, UB, Stride};
570 Metadata *CountNode, Metadata *LB,
574 DEFINE_GETIMPL_LOOKUP(DIGenericSubrange, (CountNode, LB, UB, Stride));
575 Metadata *Ops[] = {CountNode, LB, UB, Stride};