Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp298 const SCEV *BaseExp = getSCEVAsPointer(Base); in offsetFrom() local
299 if (!AddrExp || !BaseExp) in offsetFrom()
302 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in offsetFrom()
390 const SCEV *BaseExp = getSCEVAsPointer(AI); in isSafeAccess() local
391 if (!AddrExp || !BaseExp) in isSafeAccess()
394 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp); in isSafeAccess()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1498 Expr *BaseExp = BaseExpr.get()->IgnoreParenImpCasts(); in LookupMemberExpr() local
1499 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(BaseExp)) in LookupMemberExpr()
1501 BaseExp = UO->getSubExpr()->IgnoreParenCasts(); in LookupMemberExpr()
1503 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(BaseExp)) in LookupMemberExpr()