Lines Matching defs:isGuaranteedNotToBeUndefOrPoison
3733 SelfMultiply &= isGuaranteedNotToBeUndefOrPoison(
5430 bool SelectionDAG::isGuaranteedNotToBeUndefOrPoison(SDValue Op, bool PoisonOnly,
5440 return isGuaranteedNotToBeUndefOrPoison(Op, DemandedElts, PoisonOnly, Depth);
5443 bool SelectionDAG::isGuaranteedNotToBeUndefOrPoison(SDValue Op,
5476 if (!isGuaranteedNotToBeUndefOrPoison(Op.getOperand(i), PoisonOnly,
5483 return isGuaranteedNotToBeUndefOrPoison(Op.getOperand(0), PoisonOnly,
5494 !isGuaranteedNotToBeUndefOrPoison(Op.getOperand(0), DemandedLHS,
5498 !isGuaranteedNotToBeUndefOrPoison(Op.getOperand(1), DemandedRHS,
5525 return isGuaranteedNotToBeUndefOrPoison(V, PoisonOnly, Depth + 1);
5614 return !isGuaranteedNotToBeUndefOrPoison(Op.getOperand(1), DemandedElts,
5627 if (isGuaranteedNotToBeUndefOrPoison(Idx, DemandedElts, PoisonOnly,
6261 if (isGuaranteedNotToBeUndefOrPoison(N1, /*PoisonOnly*/ false,