Home
last modified time | relevance | path

Searched refs:BaseExp (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp277 const SCEV *BaseExp = SE.getTruncateOrZeroExtend(SE.getSCEV(Base), PtrTy); in offsetFrom() local
278 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in offsetFrom()
371 const SCEV *BaseExp = ToCharPtr(SE.getSCEV(AI)); in isSafeAccess() local
372 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in isSafeAccess()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1484 Expr *BaseExp = BaseExpr.get()->IgnoreParenImpCasts(); in LookupMemberExpr() local
1485 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(BaseExp)) in LookupMemberExpr()
1487 BaseExp = UO->getSubExpr()->IgnoreParenCasts(); in LookupMemberExpr()
1489 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(BaseExp)) in LookupMemberExpr()