Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23466 EVT ClearVT = EVT::getVectorVT(*DAG.getContext(), ClearSVT, NumSubElts); in XformToShuffleWithZero() local
23467 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero()
23470 SDValue Zero = DAG.getConstant(0, DL, ClearVT); in XformToShuffleWithZero()
23471 return DAG.getBitcast(VT, DAG.getVectorShuffle(ClearVT, DL, in XformToShuffleWithZero()
23472 DAG.getBitcast(ClearVT, LHS), in XformToShuffleWithZero()