Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isOperandOf

905 static bool isOperandOf(const SUnit *SU, SDNode *N) {
908 if (SUNode->isOperandOf(N))
1005 else if (isOperandOf(I->getSUnit(), LoadNode))