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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h200 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
205 class SDUse { class in namespace:llvm
212 SDUse **Prev, *Next;
214 SDUse(const SDUse &U); // Do not implement
215 void operator=(const SDUse &U); // Do not implement
218 SDUse() : Val(), User(NULL), Prev(NULL), Next(NULL) {} function in class:llvm::SDUse
220 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
230 /// getNext - Get the next SDUse in the use list.
231 SDUse *getNex
[all...]

Completed in 22 milliseconds