Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1639 unsigned NCases = Range.getZExtValue() + 1; in EmitCaseStmtRange() local
1644 uint64_t Weight = Total / NCases, Rem = Total % NCases; in EmitCaseStmtRange()
1645 for (unsigned I = 0; I != NCases; ++I) { in EmitCaseStmtRange()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp219 unsigned NCases = SI->getNumCases(); in ConstantFoldTerminator() local
222 if (NCases > 1 && MD) { in ConstantFoldTerminator()