Searched refs:allOperandsUndef (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h91 bool allOperandsUndef(const SDNode *N);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11341 if (ISD::allOperandsUndef(N))
11583 if (ISD::allOperandsUndef(N))
H A DSelectionDAG.cpp237 /// allOperandsUndef - Return true if the node has at least one operand
239 bool ISD::allOperandsUndef(const SDNode *N) { function in class:ISD

Completed in 134 milliseconds