Home
last modified time | relevance | path

Searched refs:DefOperand (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1210 const auto &DefOperand = Operands[DefIdx].Operand; in assignRegisterTies() local
1211 if (!DefOperand.isReg() || !DefOperand.isDef()) in assignRegisterTies()