Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:GAN

677   if (GlobalAddressSDNode *GAN = dyn_cast<GlobalAddressSDNode>(Callee)) {
678 const GlobalValue *GV = GAN->getGlobal();
1490 auto *GAN = cast<GlobalAddressSDNode>(Op);
1492 auto *GV = GAN->getGlobal();
1493 int64_t Offset = GAN->getOffset();