Lines Matching defs:ScalableValue
192 int64_t ScalableValue = Offset.getScalable();
193 if (ScalableValue < 0) {
194 ScalableValue = -ScalableValue;
202 assert(ScalableValue > 0 && "There is no need to get VLEN scaled value.");
203 assert(ScalableValue % 8 == 0 &&
205 assert(isInt<32>(ScalableValue / 8) &&
207 uint32_t NumOfVReg = ScalableValue / 8;
476 int64_t ScalableValue = Offset.getScalable();
477 assert(ScalableValue % 8 == 0 &&
479 int64_t NumOfVReg = ScalableValue / 8;