Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:GA

431     const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N);
432 ID.AddPointer(GA->getGlobal());
433 ID.AddInteger(GA->getOffset());
434 ID.AddInteger(GA->getTargetFlags());
435 ID.AddInteger(GA->getAddressSpace());
6200 DebugLoc DL, const GlobalValue *GA,
6203 TheGlobal = GA;