Lines Matching defs:IVSize
2907 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
2932 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL,
2974 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered,
2987 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) {
2988 CodeGenOrdered(CGF, Loc, IVSize, IVSigned);
3082 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3092 RT.emitForDispatchInit(*this, S.getBeginLoc(), ScheduleKind, IVSize,
3096 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
3104 const unsigned IVSize,
3107 CGF.CGM.getOpenMPRuntime().emitForOrderedIterationEnd(CGF, Loc, IVSize,
3128 const unsigned IVSize, const bool IVSigned) {}
3143 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3148 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB,
3475 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3508 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk,
3517 IVSize, IVSigned, Ordered, IL.getAddress(), LB.getAddress(),
3626 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType());
3627 llvm::Value *LBVal = CGF.Builder.getIntN(IVSize, 0);
4177 /*IVSize=*/32, /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(),
5866 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
5884 IVSize, IVSigned, /* Ordered = */ false, IL.getAddress(),