Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isGAPlusOffset

1827 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
1829 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA,
1841 if (isGAPlusOffset(N1.getNode(), GA, Offset)) {
1847 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {