Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isGAPlusOffset

2586 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
2588 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA,
2600 if (isGAPlusOffset(N1.getNode(), GA, Offset)) {
2606 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {