Searched refs:IVExpr (Results 1 – 1 of 1) sorted by relevance
1616 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPSimdDirective() local1617 const VarDecl *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl()); in EmitOMPSimdDirective()1676 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local1677 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() local1828 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() local1857 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType()); in EmitOMPDistributeOuterLoop()[all …]