Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp271 auto BConst = dyn_cast<ConstantSDNode>(N->getOperand(0)); in Select() local
272 if (!BConst) in Select()
274 bool BCTrueMask = (BConst->getSExtValue() != 0); in Select()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1042 const auto *BConst = dyn_cast<Constant>(B); in foldNegativePower2AndShiftedMask() local
1046 if (!BFVTy || !BConst || !DConst || !EConst) in foldNegativePower2AndShiftedMask()
1050 const auto *BElt = BConst->getAggregateElement(I); in foldNegativePower2AndShiftedMask()
3204 Constant *AConst, *BConst; in getSelectCondition() local
3205 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()