addCases | R Documentation |
This function allows us to populate a switch-like instructionw with the different cases.
addCases(sw, ..., .cases = list(...), .values = integer(), .ctx = getGlobalContext())
sw |
the switch instruction |
... |
code for the individual cases |
.cases |
the cases given as a collection |
.values |
the values corresponding to the cases |
.ctx |
the context for creating the values if necessary |
DTL
LLVM Documentation http://llvm.org/docs/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.