Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13285 EVT VectorScalarType = VectorType.getVectorElementType(); in PerformSELECTCombine() local
13295 if (LeftType != VectorScalarType || RightType != VectorScalarType) in PerformSELECTCombine()
13299 if (VectorScalarType != MVT::i32) in PerformSELECTCombine()
13307 if (VectorScalarType != MVT::i32) in PerformSELECTCombine()
13308 Reduction = DCI.DAG.getNode(ISD::TRUNCATE, dl, VectorScalarType, Reduction); in PerformSELECTCombine()