Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance
9032 ExprResult LastIteration32 = in checkOpenMPLoop() local9049 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()9065 if (LastIteration32.isUsable()) in checkOpenMPLoop()9066 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()9067 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()9086 (LastIteration32.isUsable() && in checkOpenMPLoop()9087 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()9091 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()9093 LastIteration = LastIteration32; in checkOpenMPLoop()