Searched refs:ClearVT (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13726 EVT ClearVT = EVT::getVectorVT(*DAG.getContext(), ClearSVT, NumSubElts); in XformToShuffleWithZero() local 13727 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero() 13730 SDValue Zero = DAG.getConstant(0, dl, ClearVT); in XformToShuffleWithZero() 13731 return DAG.getBitcast(VT, DAG.getVectorShuffle(ClearVT, dl, in XformToShuffleWithZero() 13732 DAG.getBitcast(ClearVT, LHS), in XformToShuffleWithZero()
|