Searched refs:SplatCondVT (Results 1 – 1 of 1) sorted by relevance
2896 MVT SplatCondVT = VT.changeVectorElementType(MVT::i1); in lowerSELECT() local2898 ? DAG.getSplatVector(SplatCondVT, DL, CondV) in lowerSELECT()2899 : DAG.getSplatBuildVector(SplatCondVT, DL, CondV); in lowerSELECT()