Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7451 EVT ExtraEltVT = ExtraVT.getVectorElementType(); in LowerOperation() local
7452 if ((ExtraEltVT != MVT::i8) && (ExtraEltVT != MVT::i16) && in LowerOperation()
7453 (ExtraEltVT != MVT::i32) && (ExtraEltVT != MVT::i64)) in LowerOperation()