Home
last modified time | relevance | path

Searched refs:LastIteration32 (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp2694 ExprResult LastIteration32 = WidenIterationCount(32 /* Bits */, N0, SemaRef); in CheckOpenMPLoop() local
2697 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in CheckOpenMPLoop()
2707 if (LastIteration32.isUsable()) in CheckOpenMPLoop()
2708 LastIteration32 = SemaRef.BuildBinOp(CurScope, SourceLocation(), BO_Mul, in CheckOpenMPLoop()
2709 LastIteration32.get(), N); in CheckOpenMPLoop()
2717 if (LastIteration32.isUsable() && in CheckOpenMPLoop()
2718 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in CheckOpenMPLoop()
2722 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()
2724 LastIteration = LastIteration32; in CheckOpenMPLoop()