Searched refs:SourceOp0 (Results 1 – 1 of 1) sorted by relevance
23285 SDValue SourceOp0 = peekThroughBitcasts(Op0); in performUzpCombine() local23289 if (SourceOp0.getValueType() == SourceOp1.getValueType()) { in performUzpCombine()23290 EVT Op0Ty = SourceOp0.getValueType(); in performUzpCombine()23296 SourceOp0, SourceOp1); in performUzpCombine()23302 if (SourceOp0.getOpcode() != ISD::TRUNCATE || in performUzpCombine()23305 SourceOp0 = SourceOp0.getOperand(0); in performUzpCombine()23308 if (SourceOp0.getValueType() != SourceOp1.getValueType() || in performUzpCombine()23309 !SourceOp0.getValueType().isSimple()) in performUzpCombine()23314 switch (SourceOp0.getSimpleValueType().SimpleTy) { in performUzpCombine()23328 SDValue UzpOp0 = DAG.getNode(ISD::BITCAST, DL, ResultTy, SourceOp0); in performUzpCombine()