Searched refs:Shft (Results 1 – 2 of 2) sorted by relevance
1797 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilZeroIdiom() local1798 if (!Shft || !Shft->isOne()) in detectShiftUntilZeroIdiom()
13081 SDValue Shft; in PerformVQDMULHCombine() local13088 Shft = N->getOperand(0); in PerformVQDMULHCombine()13098 Shft = N->getOperand(1); in PerformVQDMULHCombine()13125 if (Shft.getOpcode() != ISD::SRA) in PerformVQDMULHCombine()13127 ConstantSDNode *N1 = isConstOrConstSplat(Shft.getOperand(1)); in PerformVQDMULHCombine()13131 SDValue Mul = Shft.getOperand(0); in PerformVQDMULHCombine()