Searched refs:SourceOp0 (Results 1 – 1 of 1) sorted by relevance
18942 SDValue SourceOp0 = getSourceOp(Op0); in performUzpCombine() local18945 if (!SourceOp0 || !SourceOp1) in performUzpCombine()18948 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()18949 !SourceOp0.getValueType().isSimple()) in performUzpCombine()18954 switch (SourceOp0.getSimpleValueType().SimpleTy) { in performUzpCombine()18968 SDValue UzpOp0 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp0); in performUzpCombine()