Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:ValSizeInBytes

1675   unsigned ValSizeInBytes = EltSize;
1687 if (ValSizeInBytes < ByteSize) return SDValue();
1691 if (!APInt(ValSizeInBytes * 8, Value).isSplat(ByteSize * 8))