Lines Matching defs:IVExpr
2615 const Expr *IVExpr = S.getIterationVariable();
2616 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl());
2906 const Expr *IVExpr = S.getIterationVariable();
2907 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
2908 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3081 const Expr *IVExpr = S.getIterationVariable();
3082 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3083 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3142 const Expr *IVExpr = S.getIterationVariable();
3143 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3144 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3240 const Expr *IVExpr = LS.getIterationVariable();
3245 QualType IteratorTy = IVExpr->getType();
3368 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable());
3369 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl());
3475 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3476 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
3625 const Expr *IVExpr = LS.getIterationVariable();
3626 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType());
5698 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir)
5701 LValue IdxLVal = EmitLValue(IVExpr);
5702 llvm::Value *IdxVal = EmitLoadOfScalar(IdxLVal, IVExpr->getExprLoc());
5729 const auto *IVExpr = cast<OMPLoopDirective>(ParentDir)
5732 LValue IdxLVal = EmitLValue(IVExpr);
5733 llvm::Value *IdxVal = EmitLoadOfScalar(IdxLVal, IVExpr->getExprLoc());
5774 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable());
5775 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl());
5866 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
5867 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation();
7879 const Expr *IVExpr = S.getIterationVariable();
7880 const auto *IVDecl = cast<VarDecl>(cast<DeclRefExpr>(IVExpr)->getDecl());