Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isOperandOf

927 static bool isOperandOf(const SUnit *SU, SDNode *N) {
930 if (SUNode->isOperandOf(N))
1027 else if (isOperandOf(I->getSUnit(), LoadNode))