Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp275 unsigned RealCount = Inst.Operands.size(); in verifyDagOpCount() local
278 --RealCount; in verifyDagOpCount()
280 if (Dag->getNumArgs() != RealCount) in verifyDagOpCount()