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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h78 /// allOperandsUndef - Return true if the node has at least one operand
80 bool allOperandsUndef(const SDNode *N);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9680 if (ISD::allOperandsUndef(N))
9813 if (ISD::allOperandsUndef(N))
H A DSelectionDAG.cpp204 /// allOperandsUndef - Return true if the node has at least one operand
206 bool ISD::allOperandsUndef(const SDNode *N) { function in class:ISD

Completed in 378 milliseconds