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