Searched refs:UBVal (Results 1 – 1 of 1) sorted by relevance
1832 llvm::Value *UBVal = EmitScalarExpr(S.getLastIteration()); in EmitOMPForOuterLoop() local1834 IVSigned, Ordered, UBVal, Chunk); in EmitOMPForOuterLoop()2243 auto *UBVal = CGF.EmitLoadOfScalar(UB, S.getLocStart()); in EmitSections() local2245 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()