Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h80 bool allOperandsUndef(const SDNode *N);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9680 if (ISD::allOperandsUndef(N)) in visitBUILD_VECTOR()
9813 if (ISD::allOperandsUndef(N)) in visitCONCAT_VECTORS()
DSelectionDAG.cpp206 bool ISD::allOperandsUndef(const SDNode *N) { in allOperandsUndef() function in ISD