Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isGA2

6512   bool isGA2 = TLI->isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);
6513 if (isGA1 && isGA2 && GV1 == GV2)