Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp285 unsigned RealCount = Inst.Operands.size(); in verifyDagOpCount() local
288 --RealCount; in verifyDagOpCount()
290 if (Dag->getNumArgs() != RealCount) in verifyDagOpCount()