Searched refs:FVT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7300 MVT FVT = VT.getVectorElementType().getSimpleVT(); local
7301 assert(FVT == MVT::f32 || FVT == MVT::f16);
7302 MVT IVT = (FVT == MVT::f32) ? MVT::i32 : MVT::i16;

Completed in 128 milliseconds