Lines Matching refs:LB

347   if (auto *LB = dyn_cast<DILexicalBlockBase>(this))  in getScope()  local
348 return LB->getScope(); in getScope()
454 auto *LB = ConstantAsMetadata::get( in getImpl() local
456 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
463 auto *LB = ConstantAsMetadata::get( in getImpl() local
465 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
470 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() argument
472 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); in getImpl()
473 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
499 Metadata *LB = getRawLowerBound(); in getLowerBound() local
500 if (!LB) in getLowerBound()
503 assert((isa<ConstantAsMetadata>(LB) || isa<DIVariable>(LB) || in getLowerBound()
504 isa<DIExpression>(LB)) && in getLowerBound()
507 if (auto *MD = dyn_cast<ConstantAsMetadata>(LB)) in getLowerBound()
510 if (auto *MD = dyn_cast<DIVariable>(LB)) in getLowerBound()
513 if (auto *MD = dyn_cast<DIExpression>(LB)) in getLowerBound()
566 Metadata *CountNode, Metadata *LB, in getImpl() argument
570 DEFINE_GETIMPL_LOOKUP(DIGenericSubrange, (CountNode, LB, UB, Stride)); in getImpl()
571 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
593 Metadata *LB = getRawLowerBound(); in getLowerBound() local
594 if (!LB) in getLowerBound()
597 assert((isa<DIVariable>(LB) || isa<DIExpression>(LB)) && in getLowerBound()
600 if (auto *MD = dyn_cast<DIVariable>(LB)) in getLowerBound()
603 if (auto *MD = dyn_cast<DIExpression>(LB)) in getLowerBound()