Searched refs:ClearVT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 26990 EVT ClearVT = EVT::getVectorVT(*DAG.getContext(), ClearSVT, NumSubElts); in XformToShuffleWithZero() local 26991 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero() 26994 SDValue Zero = DAG.getConstant(0, DL, ClearVT); in XformToShuffleWithZero() 26995 return DAG.getBitcast(VT, DAG.getVectorShuffle(ClearVT, DL, in XformToShuffleWithZero() 26996 DAG.getBitcast(ClearVT, LHS), in XformToShuffleWithZero()
|