Searched defs:isOperandOf (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp927 static bool isOperandOf(const SUnit *SU, SDNode *N) { function
930 if (SUNode->isOperandOf(N))
1027 else if (isOperandOf(I->getSUnit(), LoadNode))
H A DSelectionDAG.cpp6318 bool SDValue::isOperandOf(SDNode *N) const { function in class:SDValue
6325 bool SDNode::isOperandOf(SDNode *N) const { function in class:SDNode

Completed in 164 milliseconds