Searched refs:constSize (Results 1 – 1 of 1) sorted by relevance
492 isUndef_(true), isFirstKill_(false), constSize(0), isLateKill_(false), is16bit_(false),524 op.constSize = 0; in c8()536 op.constSize = 1; in c16()573 op.constSize = 3; in c64()621 op.constSize = is64bit ? 3 : 2; in c32_or_c64()655 op.constSize = 2; in literal32()749 return 1 << constSize; in bytes()757 return constSize > 2 ? 2 : 1; in size()787 if (constSize == 3) { in constantValue64()903 uint8_t constSize : 2; member