Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance
9860 ExprResult LastIteration32 = in checkOpenMPLoop() local9877 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()9893 if (LastIteration32.isUsable()) in checkOpenMPLoop()9894 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()9895 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()9914 (LastIteration32.isUsable() && in checkOpenMPLoop()9915 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()9919 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()9921 LastIteration = LastIteration32; in checkOpenMPLoop()