Home | History | Annotate | Download | only in AArch64

Lines Matching defs:getGlobalValue

101     const GlobalValue *getGlobalValue() { return GV; }
895 if (!Addr.getGlobalValue()) {
3128 else if (Addr.getGlobalValue())
3129 MIB.addGlobalAddress(Addr.getGlobalValue(), 0, 0);
3149 } else if (Addr.getGlobalValue())
3150 CallReg = materializeGV(Addr.getGlobalValue());