Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance
5219 ExprResult LastIteration32 = in checkOpenMPLoop() local5236 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()5252 if (LastIteration32.isUsable()) in checkOpenMPLoop()5253 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()5254 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()5273 (LastIteration32.isUsable() && in checkOpenMPLoop()5274 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()5278 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()5280 LastIteration = LastIteration32; in checkOpenMPLoop()