Lines Matching defs:IVExpr

2570   const Expr *IVExpr = S.getIterationVariable();
2571 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl());
2853 const Expr *IVExpr = S.getIterationVariable();
2854 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
2855 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3027 const Expr *IVExpr = S.getIterationVariable();
3028 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3029 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3087 const Expr *IVExpr = S.getIterationVariable();
3088 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3089 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3184 const Expr *IVExpr = LS.getIterationVariable();
3189 QualType IteratorTy = IVExpr->getType();
3313 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable());
3314 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl());
3419 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3420 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3571 const Expr *IVExpr = LS.getIterationVariable();
3572 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType());
5581 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir)
5584 LValue IdxLVal = EmitLValue(IVExpr);
5585 llvm::Value *IdxVal = EmitLoadOfScalar(IdxLVal, IVExpr->getExprLoc());
5612 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir)
5615 LValue IdxLVal = EmitLValue(IVExpr);
5616 llvm::Value *IdxVal = EmitLoadOfScalar(IdxLVal, IVExpr->getExprLoc());
5657 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable());
5658 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl());
5749 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
5750 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
7746 const Expr *IVExpr = S.getIterationVariable();
7747 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl());