Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9562 ExprResult LastIteration32 = in checkOpenMPLoop() local
9579 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()