Searched refs:BaseExp (Results 1 – 2 of 2) sorted by relevance
298 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()
1498 Expr *BaseExp = BaseExpr.get()->IgnoreParenImpCasts(); in LookupMemberExpr() local1499 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()