Searched refs:Cst2 (Results 1 – 4 of 4) sorted by relevance
5127 Constant *Cst1, *Cst2; in foldICmpBinOp() local5128 if (match(B, m_ImmConstant(Cst1)) && match(D, m_ImmConstant(Cst2)) && in foldICmpBinOp()5130 Constant *Diff = ConstantExpr::getSub(Cst2, Cst1); in foldICmpBinOp()
2539 auto Cst2 = in select() local2541 assert(Cst2 && "Should have gotten a constant for src 2?"); in select()2543 auto Width = Cst2->Value.getZExtValue(); in select()
4520 auto Cst2 = B.buildConstant(ExtractTy, Width); in matchBitfieldExtractFromSExtInReg() local4521 B.buildSbfx(Dst, ShiftSrc, Cst1, Cst2); in matchBitfieldExtractFromSExtInReg()
29566 auto *Cst2 = dyn_cast<ConstantSDNode>(Amt2); in LowerShift() local29567 if (Cst1 && Cst2 && Cst1->getAPIntValue().ult(EltSizeInBits) && in LowerShift()29568 Cst2->getAPIntValue().ult(EltSizeInBits)) { in LowerShift()29572 Cst2->getZExtValue(), DAG); in LowerShift()