Lines Matching defs:isGuaranteedNotToBeUndefOrPoison
3447 SelfMultiply &= isGuaranteedNotToBeUndefOrPoison(
5127 bool SelectionDAG::isGuaranteedNotToBeUndefOrPoison(SDValue Op, bool PoisonOnly,
5141 return isGuaranteedNotToBeUndefOrPoison(Op, DemandedElts, PoisonOnly, Depth);
5144 bool SelectionDAG::isGuaranteedNotToBeUndefOrPoison(SDValue Op,
5177 if (!isGuaranteedNotToBeUndefOrPoison(Op.getOperand(i), PoisonOnly,
5191 !isGuaranteedNotToBeUndefOrPoison(Op.getOperand(0), DemandedLHS,
5195 !isGuaranteedNotToBeUndefOrPoison(Op.getOperand(1), DemandedRHS,
5222 return isGuaranteedNotToBeUndefOrPoison(V, PoisonOnly, Depth + 1);
5319 return !isGuaranteedNotToBeUndefOrPoison(Op.getOperand(1), DemandedElts,
5332 if (isGuaranteedNotToBeUndefOrPoison(Idx, DemandedElts, PoisonOnly,
5961 if (isGuaranteedNotToBeUndefOrPoison(N1, /*PoisonOnly*/ false,