Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4044 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
4045 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
4060 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
4281 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
4282 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
4298 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()