Searched refs:PreCast (Results 1 – 1 of 1) sorted by relevance
23231 if (SDValue PreCast = isNVCastToHalfWidthElements(Op0)) { in performUzpCombine() local23232 if (SDValue Rshrnb = trySimplifySrlAddToRshrnb(PreCast, DAG, Subtarget)) { in performUzpCombine()23238 if (SDValue PreCast = isNVCastToHalfWidthElements(Op1)) { in performUzpCombine() local23239 if (SDValue Rshrnb = trySimplifySrlAddToRshrnb(PreCast, DAG, Subtarget)) { in performUzpCombine()23246 if (SDValue PreCast = isNVCastToHalfWidthElements(Op0)) { in performUzpCombine() local23247 if (PreCast.getOpcode() == AArch64ISD::UUNPKLO) { in performUzpCombine()23248 if (PreCast.getOperand(0).getOpcode() == AArch64ISD::UZP1) { in performUzpCombine()23249 SDValue X = PreCast.getOperand(0).getOperand(0); in performUzpCombine()23256 if (SDValue PreCast = isNVCastToHalfWidthElements(Op1)) { in performUzpCombine() local23257 if (PreCast.getOpcode() == AArch64ISD::UUNPKHI) { in performUzpCombine()[all …]