Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28102 EVT ClearVT = EVT::getVectorVT(*DAG.getContext(), ClearSVT, NumSubElts); in XformToShuffleWithZero() local
28103 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero()
28106 SDValue Zero = DAG.getConstant(0, DL, ClearVT); in XformToShuffleWithZero()
28107 return DAG.getBitcast(VT, DAG.getVectorShuffle(ClearVT, DL, in XformToShuffleWithZero()
28108 DAG.getBitcast(ClearVT, LHS), in XformToShuffleWithZero()