Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp35 size_t numDests = op.getCases().size(); in verifySwitchOp() local
37 if (numDests != numValues) { in verifySwitchOp()
41 << numDests << " but expected " << numValues; in verifySwitchOp()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1370 func (b Builder) CreateIndirectBr(addr Value, numDests int) (rv Value) {
1371 rv.C = C.LLVMBuildIndirectBr(b.C, addr.C, C.unsigned(numDests))