Lines Matching refs:LB

247   if (auto *LB = dyn_cast<DILexicalBlockBase>(this))  in getScope()  local
248 return LB->getScope(); in getScope()
355 auto *LB = ConstantAsMetadata::get( in getImpl() local
357 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
364 auto *LB = ConstantAsMetadata::get( in getImpl() local
366 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
371 Metadata *LB, Metadata *UB, Metadata *Stride, in getImpl() argument
373 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, LB, UB, Stride)); in getImpl()
374 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
400 Metadata *LB = getRawLowerBound(); in getLowerBound() local
401 if (!LB) in getLowerBound()
404 assert((isa<ConstantAsMetadata>(LB) || isa<DIVariable>(LB) || in getLowerBound()
405 isa<DIExpression>(LB)) && in getLowerBound()
408 if (auto *MD = dyn_cast<ConstantAsMetadata>(LB)) in getLowerBound()
411 if (auto *MD = dyn_cast<DIVariable>(LB)) in getLowerBound()
414 if (auto *MD = dyn_cast<DIExpression>(LB)) in getLowerBound()
467 Metadata *CountNode, Metadata *LB, in getImpl() argument
471 DEFINE_GETIMPL_LOOKUP(DIGenericSubrange, (CountNode, LB, UB, Stride)); in getImpl()
472 Metadata *Ops[] = {CountNode, LB, UB, Stride}; in getImpl()
494 Metadata *LB = getRawLowerBound(); in getLowerBound() local
495 if (!LB) in getLowerBound()
498 assert((isa<DIVariable>(LB) || isa<DIExpression>(LB)) && in getLowerBound()
501 if (auto *MD = dyn_cast<DIVariable>(LB)) in getLowerBound()
504 if (auto *MD = dyn_cast<DIExpression>(LB)) in getLowerBound()