Searched refs:IROperandBase (Results 1 – 1 of 1) sorted by relevance
37 class IROperandBase {49 IROperandBase(IROperandBase &&other) : owner(other.owner) { in IROperandBase() function52 IROperandBase &operator=(IROperandBase &&other) {61 IROperandBase(const IROperandBase &use) = delete;62 IROperandBase &operator=(const IROperandBase &use) = delete;64 ~IROperandBase() { removeFromCurrent(); } in ~IROperandBase()93 IROperandBase *nextUse = nullptr;96 IROperandBase **back = nullptr;153 detail::IROperandBase::drop(); in drop()240 friend detail::IROperandBase;[all …]