Searched refs:BConst (Results 1 – 2 of 2) sorted by relevance
271 auto BConst = dyn_cast<ConstantSDNode>(N->getOperand(0)); in Select() local272 if (!BConst) in Select()274 bool BCTrueMask = (BConst->getSExtValue() != 0); in Select()
1042 const auto *BConst = dyn_cast<Constant>(B); in foldNegativePower2AndShiftedMask() local1046 if (!BFVTy || !BConst || !DConst || !EConst) in foldNegativePower2AndShiftedMask()1050 const auto *BElt = BConst->getAggregateElement(I); in foldNegativePower2AndShiftedMask()3204 Constant *AConst, *BConst; in getSelectCondition() local3205 if (match(A, m_Constant(AConst)) && match(B, m_Constant(BConst))) in getSelectCondition()3206 if (AConst == ConstantExpr::getNot(BConst) && in getSelectCondition()3240 match(B, (m_Xor(m_SExt(m_Specific(Cond)), m_Constant(BConst)))) && in getSelectCondition()3242 areInverseVectorBitmasks(AConst, BConst)) { in getSelectCondition()