Home
last modified time | relevance | path

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

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