Searched refs:Shft (Results 1 – 3 of 3) sorted by relevance
1632 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilLessThanIdiom() local1633 if (!Shft || !Shft->isOne()) in detectShiftUntilLessThanIdiom()1849 ConstantInt *Shft = dyn_cast<ConstantInt>(DefX->getOperand(1)); in detectShiftUntilZeroIdiom() local1850 if (!Shft || !Shft->isOne()) in detectShiftUntilZeroIdiom()
1065 auto Shft = MCConstantExpr::create(Shift, Ctx); in getSIProgramInfo() local1069 Dst, MCBinaryExpr::createShl(Value, Shft, Ctx), Ctx); in getSIProgramInfo()
13321 SDValue Shft; in PerformVQDMULHCombine() local13328 Shft = N->getOperand(0); in PerformVQDMULHCombine()13338 Shft = N->getOperand(1); in PerformVQDMULHCombine()13365 if (Shft.getOpcode() != ISD::SRA) in PerformVQDMULHCombine()13367 ConstantSDNode *N1 = isConstOrConstSplat(Shft.getOperand(1)); in PerformVQDMULHCombine()13371 SDValue Mul = Shft.getOperand(0); in PerformVQDMULHCombine()