Searched refs:Shft (Results 1 – 2 of 2) sorted by relevance
1714 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilZeroIdiom() local1715 if (!Shft || !Shft->isOne()) in detectShiftUntilZeroIdiom()
13304 SDValue Shft; in PerformVQDMULHCombine() local13311 Shft = N->getOperand(0); in PerformVQDMULHCombine()13321 Shft = N->getOperand(1); in PerformVQDMULHCombine()13348 if (Shft.getOpcode() != ISD::SRA) in PerformVQDMULHCombine()13350 ConstantSDNode *N1 = isConstOrConstSplat(Shft.getOperand(1)); in PerformVQDMULHCombine()13354 SDValue Mul = Shft.getOperand(0); in PerformVQDMULHCombine()