Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isOperandOf

925 static bool isOperandOf(const SUnit *SU, SDNode *N) {
928 if (SUNode->isOperandOf(N))
1025 else if (isOperandOf(I->getSUnit(), LoadNode))