Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance
9705 ExprResult LastIteration32 = in checkOpenMPLoop() local9722 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()9738 if (LastIteration32.isUsable()) in checkOpenMPLoop()9739 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()9740 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()9759 (LastIteration32.isUsable() && in checkOpenMPLoop()9760 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()9764 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()9766 LastIteration = LastIteration32; in checkOpenMPLoop()