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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h242 /// SDUse - Represents a use of a SDNode. This class holds an SDValue,
247 class SDUse { class in namespace:llvm
254 SDUse **Prev, *Next;
256 SDUse(const SDUse &U) LLVM_DELETED_FUNCTION;
257 void operator=(const SDUse &U) LLVM_DELETED_FUNCTION;
260 SDUse() : Val(), User(nullptr), Prev(nullptr), Next(nullptr) {} function in class:llvm::SDUse
262 /// Normally SDUse will just implicitly convert to an SDValue that it holds.
272 /// getNext - Get the next SDUse in the use list.
273 SDUse *getNex
[all...]

Completed in 84 milliseconds