Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance
7404 ExprResult LastIteration32 = in checkOpenMPLoop() local7421 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()7437 if (LastIteration32.isUsable()) in checkOpenMPLoop()7438 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()7439 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()7458 (LastIteration32.isUsable() && in checkOpenMPLoop()7459 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()7463 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()7465 LastIteration = LastIteration32; in checkOpenMPLoop()