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

/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h136 /// SmallContents - This really should be part of the Contents union, but
143 } SmallContents; member in class:llvm::MachineOperand
160 // Register number is in SmallContents.RegNo.
174 // Low bits of offset are in SmallContents.OffsetLo.
259 return SmallContents.RegNo;
446 SmallContents.OffsetLo;
493 SmallContents.OffsetLo = unsigned(Offset);
574 Op.SmallContents.RegNo = Reg;

Completed in 171 milliseconds