Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp1227 auto *GlobalUBVal = CGF.Builder.getInt32(CS->size() - 1); in EmitSections() local
1229 createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.ub.", GlobalUBVal); in EmitSections()
1295 CGF.Builder.CreateICmpSLT(UBVal, GlobalUBVal), UBVal, GlobalUBVal); in EmitSections()