Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp63 static unsigned countOperands(SDNode *Node, unsigned NumExpUses, in countOperands() argument
72 NumImpUses = N - NumExpUses; in countOperands()
73 for (unsigned I = N; I > NumExpUses; --I) { in countOperands()