Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h109 bool allOperandsUndef(const SDNode *N);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16536 if (ISD::allOperandsUndef(N)) in visitBUILD_VECTOR()
16752 if (ISD::allOperandsUndef(N)) in visitCONCAT_VECTORS()
H A DSelectionDAG.cpp259 bool ISD::allOperandsUndef(const SDNode *N) { in allOperandsUndef() function in ISD