Searched refs:SrcVTSize (Results 1 – 3 of 3) sorted by relevance
8318 uint64_t SrcVTSize = SrcVT.getFixedSizeInBits(); in ReconstructShuffle() local8320 if (SrcVTSize == VTSize) in ReconstructShuffle()8329 if (SrcVTSize < VTSize) { in ReconstructShuffle()8330 if (2 * SrcVTSize != VTSize) in ReconstructShuffle()8340 if (SrcVTSize != 2 * VTSize) in ReconstructShuffle()
13063 TypeSize SrcVTSize = SrcVT.getSizeInBits(); in ReconstructShuffle() local13064 if (SrcVTSize == TypeSize::getFixed(VTSize)) in ReconstructShuffle()13073 if (SrcVTSize.getFixedValue() < VTSize) { in ReconstructShuffle()13074 assert(2 * SrcVTSize == VTSize); in ReconstructShuffle()13083 if (SrcVTSize.getFixedValue() != 2 * VTSize) { in ReconstructShuffle()
45783 unsigned SrcVTSize = SrcVT.getScalarSizeInBits(); in combineBitcast() local45789 MVT LoadVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(SrcVTSize) in combineBitcast()45790 : MVT::getIntegerVT(SrcVTSize); in combineBitcast()