Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp1451 Expr *BaseExp = BaseExpr.get()->IgnoreParenImpCasts(); in LookupMemberExpr() local
1452 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(BaseExp)) in LookupMemberExpr()
1454 BaseExp = UO->getSubExpr()->IgnoreParenCasts(); in LookupMemberExpr()
1456 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(BaseExp)) in LookupMemberExpr()