Searched refs:LastIteration64 (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5022 ExprResult LastIteration64 = WidenIterationCount( in CheckOpenMPLoop() local 5029 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in CheckOpenMPLoop() 5050 if (LastIteration64.isUsable()) in CheckOpenMPLoop() 5051 LastIteration64 = SemaRef.BuildBinOp( in CheckOpenMPLoop() 5052 CurScope, SourceLocation(), BO_Mul, LastIteration64.get(), in CheckOpenMPLoop() 5060 ExprResult LastIteration = LastIteration64; in CheckOpenMPLoop() 5067 LastIteration64.get(), SemaRef))) in CheckOpenMPLoop()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8299 ExprResult LastIteration64 = widenIterationCount( in checkOpenMPLoop() local 8308 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop() 8332 if (LastIteration64.isUsable()) in checkOpenMPLoop() 8333 LastIteration64 = SemaRef.BuildBinOp( in checkOpenMPLoop() 8334 CurScope, Loc, BO_Mul, LastIteration64.get(), in checkOpenMPLoop() 8343 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() 8351 LastIteration64.get(), SemaRef)))) in checkOpenMPLoop()
|