Home
last modified time | relevance | path

Searched refs:BConst (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelDAGToDAG.cpp276 auto BConst = dyn_cast<ConstantSDNode>(N->getOperand(0)); in Select() local
277 if (!BConst) in Select()
279 bool BCTrueMask = (BConst->getSExtValue() != 0); in Select()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAndOrXor.cpp1006 const auto *BConst = dyn_cast<Constant>(B); in foldNegativePower2AndShiftedMask() local
1010 if (!BFVTy || !BConst || !DConst || !EConst) in foldNegativePower2AndShiftedMask()
1014 const auto *BElt = BConst->getAggregateElement(I); in foldNegativePower2AndShiftedMask()
3146 Constant *AConst, *BConst; in getSelectCondition() local
3147 if (match(A, m_Constant(AConst)) && match(B, m_Constant(BConst))) in getSelectCondition()
3148 if (AConst == ConstantExpr::getNot(BConst) && in getSelectCondition()
3182 match(B, (m_Xor(m_SExt(m_Specific(Cond)), m_Constant(BConst)))) && in getSelectCondition()
3184 areInverseVectorBitmasks(AConst, BConst)) { in getSelectCondition()