Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h91 bool allOperandsUndef(const SDNode *N);
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12729 if (ISD::allOperandsUndef(N)) in visitBUILD_VECTOR()
13048 if (ISD::allOperandsUndef(N)) in visitCONCAT_VECTORS()
DSelectionDAG.cpp219 bool ISD::allOperandsUndef(const SDNode *N) { in allOperandsUndef() function in ISD