Searched refs:BOp1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2969 Value *BOp0 = BO->getOperand(0), *BOp1 = BO->getOperand(1); local
2976 if (match(BOp1, m_APInt(BOC)) && BOC->sgt(1) && BOC->isPowerOf2()) {
2977 Value *NewRem = Builder.CreateURem(BOp0, BOp1, BO->getName());
2985 if (Constant *BOC = dyn_cast<Constant>(BOp1)) {
2991 if (Value *NegVal = dyn_castNegVal(BOp1))
2994 return new ICmpInst(Pred, NegVal, BOp1);
2996 Value *Neg = Builder.CreateNeg(BOp1);
3005 if (Constant *BOC = dyn_cast<Constant>(BOp1)) {
3011 return new ICmpInst(Pred, BOp0, BOp1);
3021 return new ICmpInst(Pred, BOp1, ConstantExp
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2298 Value *Vec, *BOp0 = BOp->getOperand(0), *BOp1 = BOp->getOperand(1); local
2303 match(BOp1, m_ExtractElt(m_Specific(Vec), m_Value())))) {

Completed in 92 milliseconds