Lines Matching defs:Narrow
2290 bool Narrow = VT.getSizeInBits() == 64;
2295 if (Narrow)
2315 if (Narrow)
2328 bool Narrow = VT.getSizeInBits() == 64;
2333 if (Narrow)
2359 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg);
2367 if (Narrow)
2382 bool Narrow = VT.getSizeInBits() == 64;
2387 if (Narrow)
2410 bool Narrow = VT.getSizeInBits() == 64;
2415 if (Narrow)
3837 // Narrow/widen the shift amount to match the size of the shift operation.