Home
last modified time | relevance | path

Searched defs:RegOrConstant (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h385 explicit RegOrConstant(Register Reg) : Reg(Reg), IsReg(true) {} RegOrConstant() function
386 explicit RegOrConstant(int64_t Cst) : Cst(Cst), IsReg(false) {} RegOrConstant() function