Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:GV2

7051   const GlobalValue *GV2 = nullptr;
7055 bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
7056 if (isGA1 && isGA2 && GV1 == GV2)