Searched refs:JoinOp (Results 1 – 1 of 1) sorted by relevance
1423 Instruction *JoinOp = CB.getContextInst(); in checkOrAndOpImpliedByOther() local1425 unsigned OtherOpIdx = JoinOp->getOperand(0) == CmpToCheck ? 1 : 0; in checkOrAndOpImpliedByOther()1430 if (OtherOpIdx != 0 && isa<SelectInst>(JoinOp)) in checkOrAndOpImpliedByOther()1433 if (!match(JoinOp->getOperand(OtherOpIdx), in checkOrAndOpImpliedByOther()1438 bool IsOr = match(JoinOp, m_LogicalOr()); in checkOrAndOpImpliedByOther()1453 if (IsOr && isa<SelectInst>(JoinOp)) { in checkOrAndOpImpliedByOther()1454 JoinOp->setOperand( in checkOrAndOpImpliedByOther()1456 ConstantInt::getBool(JoinOp->getType(), *ImpliedCondition)); in checkOrAndOpImpliedByOther()1458 JoinOp->setOperand( in checkOrAndOpImpliedByOther()1460 ConstantInt::getBool(JoinOp->getType(), *ImpliedCondition)); in checkOrAndOpImpliedByOther()