Lines Matching refs:LB

351   if (auto *LB = dyn_cast<DILexicalBlockBase>(this))  in getScope()  local
352 return LB->getScope(); in getScope()
458 auto *LB = ConstantAsMetadata::get( in getImpl() local
460 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
467 auto *LB = ConstantAsMetadata::get( in getImpl() local
469 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
474 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() argument
476 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); in getImpl()
477 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
503 Metadata *LB = getRawLowerBound(); in getLowerBound() local
504 if (!LB) in getLowerBound()
507 assert((isa<ConstantAsMetadata>(LB) || isa<DIVariable>(LB) || in getLowerBound()
508 isa<DIExpression>(LB)) && in getLowerBound()
511 if (auto *MD = dyn_cast<ConstantAsMetadata>(LB)) in getLowerBound()
514 if (auto *MD = dyn_cast<DIVariable>(LB)) in getLowerBound()
517 if (auto *MD = dyn_cast<DIExpression>(LB)) in getLowerBound()
570 Metadata *CountNode, Metadata *LB, in getImpl() argument
574 DEFINE_GETIMPL_LOOKUP(DIGenericSubrange, (CountNode, LB, UB, Stride)); in getImpl()
575 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
597 Metadata *LB = getRawLowerBound(); in getLowerBound() local
598 if (!LB) in getLowerBound()
601 assert((isa<DIVariable>(LB) || isa<DIExpression>(LB)) && in getLowerBound()
604 if (auto *MD = dyn_cast<DIVariable>(LB)) in getLowerBound()
607 if (auto *MD = dyn_cast<DIExpression>(LB)) in getLowerBound()