Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6020 EVT ExtraEltVT = ExtraVT.getVectorElementType(); in LowerOperation() local
6021 if ((ExtraEltVT != MVT::i8) && (ExtraEltVT != MVT::i16) && in LowerOperation()
6022 (ExtraEltVT != MVT::i32) && (ExtraEltVT != MVT::i64)) in LowerOperation()