Searched defs:SmallContents (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h139 /// SmallContents - This really should be part of the Contents union, but
146 } SmallContents; member in class:llvm::MachineOperand
164 // Register number is in SmallContents.RegNo.
178 // Low bits of offset are in SmallContents.OffsetLo.
266 return SmallContents.RegNo;
459 SmallContents.OffsetLo;
512 SmallContents.OffsetLo = unsigned(Offset);
595 Op.SmallContents.RegNo = Reg;

Completed in 138 milliseconds