Searched defs:RegOrConstant (Results 1 – 1 of 1) sorted by relevance
397 explicit RegOrConstant(Register Reg) : Reg(Reg), IsReg(true) {} in RegOrConstant() function398 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} in RegOrConstant() function