Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9946 Expr *BoundUB = UB.get(); in checkOpenMPLoop() local
9948 BoundUB = in checkOpenMPLoop()
9950 .BuildBinOp(CurScope, CondLoc, BO_Add, BoundUB, in checkOpenMPLoop()
9953 BoundUB = in checkOpenMPLoop()
9954 SemaRef.ActOnFinishFullExpr(BoundUB, /*DiscardedValue*/ false).get(); in checkOpenMPLoop()
9963 BoundUB) in checkOpenMPLoop()
10068 CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, IV.get(), BoundUB); in checkOpenMPLoop()