Searched refs:SrcVTSize (Results 1 – 3 of 3) sorted by relevance
8267 uint64_t SrcVTSize = SrcVT.getFixedSizeInBits(); in ReconstructShuffle() local8269 if (SrcVTSize == VTSize) in ReconstructShuffle()8278 if (SrcVTSize < VTSize) { in ReconstructShuffle()8279 if (2 * SrcVTSize != VTSize) in ReconstructShuffle()8289 if (SrcVTSize != 2 * VTSize) in ReconstructShuffle()
12196 TypeSize SrcVTSize = SrcVT.getSizeInBits(); in ReconstructShuffle() local12197 if (SrcVTSize == TypeSize::getFixed(VTSize)) in ReconstructShuffle()12206 if (SrcVTSize.getFixedValue() < VTSize) { in ReconstructShuffle()12207 assert(2 * SrcVTSize == VTSize); in ReconstructShuffle()12216 if (SrcVTSize.getFixedValue() != 2 * VTSize) { in ReconstructShuffle()
43950 unsigned SrcVTSize = SrcVT.getScalarSizeInBits(); in combineBitcast() local43956 MVT LoadVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(SrcVTSize) in combineBitcast()43957 : MVT::getIntegerVT(SrcVTSize); in combineBitcast()