Searched defs:IVExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1616 const Expr *IVExpr = S.getIterationVariable();
1617 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl());
1676 const Expr *IVExpr = S.getIterationVariable(); local
1677 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
1827 const Expr *IVExpr = S.getIterationVariable(); local
1828 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
1856 const Expr *IVExpr = S.getIterationVariable(); local
1857 const unsigned IVSize = getContext().getTypeSize(IVExpr
1938 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); local
2622 auto IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); local
[all...]

Completed in 114 milliseconds