Searched refs:InVTSize (Results 1 – 1 of 1) sorted by relevance
4405 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local4406 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()4421 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()4689 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local4690 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()4706 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()