Lines Matching defs:Narrow
2339 bool Narrow = VT.getSizeInBits() == 64;
2344 if (Narrow)
2364 if (Narrow)
2377 bool Narrow = VT.getSizeInBits() == 64;
2382 if (Narrow)
2408 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg);
2416 if (Narrow)
2431 bool Narrow = VT.getSizeInBits() == 64;
2436 if (Narrow)
2459 bool Narrow = VT.getSizeInBits() == 64;
2464 if (Narrow)
3888 // Narrow/widen the shift amount to match the size of the shift operation.