Searched refs:InVTSize (Results 1 – 1 of 1) sorted by relevance
3265 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local3266 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()3274 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()3377 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local3378 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()3386 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()