Searched defs:CountResults (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp41 /// CountResults - The results of target nodes have register or immediate
44 unsigned InstrEmitter::CountResults(SDNode *Node) { function in class:InstrEmitter
214 unsigned NumResults = CountResults(Node);
237 unsigned NumResults = CountResults(Node);
750 unsigned NumResults = CountResults(Node);

Completed in 456 milliseconds