Lines Matching defs:IVSize
2854 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
2879 RT.emitForNext(*this, S.getBeginLoc(), IVSize, IVSigned, LoopArgs.IL,
2920 [&S, &LoopArgs, LoopExit, &CodeGenLoop, IVSize, IVSigned, &CodeGenOrdered,
2933 [IVSize, IVSigned, Loc, &CodeGenOrdered](CodeGenFunction &CGF) {
2934 CodeGenOrdered(CGF, Loc, IVSize, IVSigned);
3028 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3038 RT.emitForDispatchInit(*this, S.getBeginLoc(), ScheduleKind, IVSize,
3042 IVSize, IVSigned, Ordered, LoopArgs.IL, LoopArgs.LB, LoopArgs.UB,
3049 const unsigned IVSize,
3052 CGF.CGM.getOpenMPRuntime().emitForOrderedIterationEnd(CGF, Loc, IVSize,
3073 const unsigned IVSize, const bool IVSigned) {}
3088 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3092 IVSize, IVSigned, /* Ordered = */ false, LoopArgs.IL, LoopArgs.LB,
3419 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
3453 [IVSize, IVSigned, Ordered, IL, LB, UB, ST, StaticChunkedOne, Chunk,
3462 IVSize, IVSigned, Ordered, IL.getAddress(), LB.getAddress(),
3572 const unsigned IVSize = CGF.getContext().getTypeSize(IVExpr->getType());
3573 llvm::Value *LBVal = CGF.Builder.getIntN(IVSize, 0);
4113 /*IVSize=*/32, /*IVSigned=*/true, /*Ordered=*/false, IL.getAddress(),
5749 const unsigned IVSize = getContext().getTypeSize(IVExpr->getType());
5767 IVSize, IVSigned, /* Ordered = */ false, IL.getAddress(),