Searched refs:SrcVTSize (Results 1 – 3 of 3) sorted by relevance
9506 TypeSize SrcVTSize = SrcVT.getSizeInBits(); in ReconstructShuffle() local9507 if (SrcVTSize == TypeSize::Fixed(VTSize)) in ReconstructShuffle()9516 if (SrcVTSize.getFixedValue() < VTSize) { in ReconstructShuffle()9517 assert(2 * SrcVTSize == VTSize); in ReconstructShuffle()9526 if (SrcVTSize.getFixedValue() != 2 * VTSize) { in ReconstructShuffle()
8143 uint64_t SrcVTSize = SrcVT.getFixedSizeInBits(); in ReconstructShuffle() local8145 if (SrcVTSize == VTSize) in ReconstructShuffle()8154 if (SrcVTSize < VTSize) { in ReconstructShuffle()8155 if (2 * SrcVTSize != VTSize) in ReconstructShuffle()8165 if (SrcVTSize != 2 * VTSize) in ReconstructShuffle()
42710 unsigned SrcVTSize = SrcVT.getScalarSizeInBits(); in combineBitcast() local42716 MVT LoadVT = VT.isFloatingPoint() ? MVT::getFloatingPointVT(SrcVTSize) in combineBitcast()42717 : MVT::getIntegerVT(SrcVTSize); in combineBitcast()