Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12545 EVT VectorScalarType = VectorType.getVectorElementType(); in PerformSELECTCombine() local
12555 if (LeftType != VectorScalarType || RightType != VectorScalarType) in PerformSELECTCombine()
12559 if (VectorScalarType != MVT::i32) in PerformSELECTCombine()
12567 if (VectorScalarType != MVT::i32) in PerformSELECTCombine()
12568 Reduction = DCI.DAG.getNode(ISD::TRUNCATE, dl, VectorScalarType, Reduction); in PerformSELECTCombine()