Home | History | Annotate | Download | only in Scalar

Lines Matching refs:BaseGV

835            (BaseGV == O.BaseGV) && (BaseOffs == O.BaseOffs) &&
848 if (BaseGV) {
851 WriteAsOperand(OS, BaseGV, /*PrintType=*/false);
1190 if (AddrMode.BaseGV == 0) {
1191 AddrMode.BaseGV = GV;
1194 AddrMode.BaseGV = 0;
1615 // Add in the BaseGV if present.
1616 if (AddrMode.BaseGV) {
1617 Value *V = Builder.CreatePtrToInt(AddrMode.BaseGV, IntPtrTy, "sunkaddr");