Lines Matching refs:IVSigned
1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() local
1696 BoolCondVal = RT.emitForNext(*this, S.getLocStart(), IVSize, IVSigned, IL, in EmitOMPOuterLoop()
1736 [Ordered, IVSize, IVSigned, Loc](CodeGenFunction &CGF) { in EmitOMPOuterLoop()
1739 CGF, Loc, IVSize, IVSigned); in EmitOMPOuterLoop()
1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() local
1834 IVSigned, Ordered, UBVal, Chunk); in EmitOMPForOuterLoop()
1836 RT.emitForStaticInit(*this, S.getLocStart(), ScheduleKind, IVSize, IVSigned, in EmitOMPForOuterLoop()
1858 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() local
1861 IVSize, IVSigned, /* Ordered = */ false, in EmitOMPDistributeOuterLoop()
2028 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop() local
2044 IVSize, IVSigned, Ordered, in EmitOMPWorksharingLoop()
2686 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop() local
2699 IVSize, IVSigned, /* Ordered = */ false, in EmitOMPDistributeLoop()