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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h210 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
215 class SDUse { class in namespace:llvm
222 SDUse **Prev, *Next;
224 SDUse(const SDUse &U) LLVM_DELETED_FUNCTION;
225 void operator=(const SDUse &U) LLVM_DELETED_FUNCTION;
228 SDUse() : Val(), User(NULL), Prev(NULL), Next(NULL) {} function in class:llvm::SDUse
230 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
240 /// getNext - Get the next SDUse in the use list.
241 SDUse *getNex
[all...]

Completed in 110 milliseconds