Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance
5016 ExprResult LastIteration32 = WidenIterationCount( in CheckOpenMPLoop() local5029 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in CheckOpenMPLoop()5043 if (LastIteration32.isUsable()) in CheckOpenMPLoop()5044 LastIteration32 = SemaRef.BuildBinOp( in CheckOpenMPLoop()5045 CurScope, SourceLocation(), BO_Mul, LastIteration32.get(), in CheckOpenMPLoop()5061 if (LastIteration32.isUsable() && in CheckOpenMPLoop()5062 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in CheckOpenMPLoop()5066 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()5068 LastIteration = LastIteration32; in CheckOpenMPLoop()