Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp265 unsigned RealCount = Inst.Operands.size(); in verifyDagOpCount() local
268 --RealCount; in verifyDagOpCount()
270 if (Dag->getNumArgs() != RealCount) in verifyDagOpCount()