HomeSort by: relevance | last modified time | path
    Searched refs:BaseExp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 1434 Expr *BaseExp = BaseExpr.get()->IgnoreParenImpCasts();
1435 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(BaseExp))
1437 BaseExp = UO->getSubExpr()->IgnoreParenCasts();
1439 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(BaseExp))
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StackSafetyAnalysis.cpp 264 const SCEV *BaseExp = SE.getTruncateOrZeroExtend(SE.getSCEV(Base), PtrTy);
265 const SCEV *Diff = SE.getMinusSCEV(AddrExp, BaseExp);

Completed in 77 milliseconds