Home
last modified time | relevance | path

Searched refs:InVTSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3759 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3760 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3775 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3995 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3996 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
4011 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()