Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9793 ExprResult LastIteration32 = widenIterationCount( in checkOpenMPLoop() local
9810 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9826 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9827 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9828 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9847 (LastIteration32.isUsable() && in checkOpenMPLoop()
9848 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9852 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9854 LastIteration = LastIteration32; in checkOpenMPLoop()