Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance
9562 ExprResult LastIteration32 = in checkOpenMPLoop() local9579 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()9595 if (LastIteration32.isUsable()) in checkOpenMPLoop()9596 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()9597 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()9616 (LastIteration32.isUsable() && in checkOpenMPLoop()9617 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()9621 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()9623 LastIteration = LastIteration32; in checkOpenMPLoop()