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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2659 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
2661 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, function in class:TargetLowering
2673 if (isGAPlusOffset(N1.getNode(), GA, Offset)) {
2679 } else if (isGAPlusOffset(N2.getNode(), GA, Offset)) {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13339 /// isGAPlusOffset - Returns true (and the GlobalValue and the offset) if the
13341 bool X86TargetLowering::isGAPlusOffset(SDNode *N, function in class:X86TargetLowering
13351 return TargetLowering::isGAPlusOffset(N, GA, Offset);

Completed in 205 milliseconds