Searched refs:hasBaseReg (Results 1 – 2 of 2) sorted by relevance
83 bool hasBaseReg() const { return !BaseReg.empty(); } in hasBaseReg() function85 bool hasRegs() const { return hasBaseReg() || hasIndexReg(); } in hasRegs()
5927 if (AR.IntelExp.hasBaseReg()) in parseMSInlineAsm()5930 OS << (AR.IntelExp.hasBaseReg() ? " + " : "") in parseMSInlineAsm()