Searched refs:InVTSize (Results 1 – 1 of 1) sorted by relevance
3926 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local3927 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()3942 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()4165 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local4166 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()4182 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()