Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h105 bool allOperandsUndef(const SDNode *N);
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10914 if (ISD::allOperandsUndef(N)) in visitBUILD_VECTOR()
11096 if (ISD::allOperandsUndef(N)) in visitCONCAT_VECTORS()
H A DSelectionDAG.cpp223 bool ISD::allOperandsUndef(const SDNode *N) { in allOperandsUndef() function in ISD