Searched refs:Shft (Results 1 – 2 of 2) sorted by relevance
1608 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilZeroIdiom() local1609 if (!Shft || !Shft->isOne()) in detectShiftUntilZeroIdiom()
12581 SDValue Shft; in PerformVQDMULHCombine() local12585 Shft = N->getOperand(0); in PerformVQDMULHCombine()12595 Shft = N->getOperand(1); in PerformVQDMULHCombine()12622 if (Shft.getOpcode() != ISD::SRA) in PerformVQDMULHCombine()12624 ConstantSDNode *N1 = isConstOrConstSplat(Shft.getOperand(1)); in PerformVQDMULHCombine()12628 SDValue Mul = Shft.getOperand(0); in PerformVQDMULHCombine()