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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2003 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
2005 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, function in class:TargetLowering
2017 if (isGAPlusOffset(N1.getNode(), GA, Offset)) {
2023 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {

Completed in 55 milliseconds