Lines Matching defs:isUndefValue
381 if (TV && Q.isUndefValue(TV))
383 if (FV && Q.isUndefValue(FV))
599 if (Q.isUndefValue(Op1))
753 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1))
903 if (Q.isUndefValue(Op1) || match(Op1, m_Zero()))
1050 if (Q.isUndefValue(Op1) || isa<PoisonValue>(Op1))
1066 if (Q.isUndefValue(Op0))
1271 if (Q.isUndefValue(C))
1379 if (Q.isUndefValue(Op0))
1404 if (Q.isUndefValue(Op0))
2034 if (Q.isUndefValue(Op1))
2311 if (Q.isUndefValue(Op1) || match(Op1, m_AllOnes()))
2493 if (Q.isUndefValue(Op1))
3764 if (Q.isUndefValue(RHS) && ICmpInst::isEquality(Pred))
3769 if (LHS == RHS || Q.isUndefValue(RHS))
4091 if (Q.isUndefValue(LHS) || Q.isUndefValue(RHS)) {
4836 if (Q.isUndefValue(CondC))
4943 (Q.isUndefValue(TrueVal) && impliesPoison(FalseVal, Cond)))
4948 (Q.isUndefValue(FalseVal) && impliesPoison(TrueVal, Cond)))
4971 (Q.isUndefValue(TEltC) && isGuaranteedNotToBePoison(FEltC)))
4974 (Q.isUndefValue(FEltC) && isGuaranteedNotToBePoison(TEltC)))
5041 if (Q.isUndefValue(Ptr))
5155 (Q.isUndefValue(Val) && isGuaranteedNotToBePoison(Agg)))
5165 (Q.isUndefValue(Agg) &&
5200 if (Q.isUndefValue(Idx))
5206 (Q.isUndefValue(Val) && isGuaranteedNotToBePoison(Vec)))
5261 if (Q.isUndefValue(Vec))
5267 if (Q.isUndefValue(Idx))
5324 if (Q.isUndefValue(Incoming)) {
5534 if (Q.isUndefValue(Op1) && RetTy == InVecTy &&
5657 bool IsUndef = Q.isUndefValue(V);
6238 if (Q.isUndefValue(Op0))
6245 if (Q.isUndefValue(Op1))
6499 if (Q.isUndefValue(Op0) || match(Op0, m_Zero()))
6513 if (match(Op1, m_AllOnes()) || Q.isUndefValue(Op1))
6544 if (Q.isUndefValue(Op1))
6615 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1))
6622 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) {
6637 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1))
6651 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1))
6668 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1))
6711 if (Q.isUndefValue(Op0))
6728 if (Q.isUndefValue(Op1))
6838 if (Q.isUndefValue(Op0) && Q.isUndefValue(Op1))
6842 if (Q.isUndefValue(ShAmtArg))
6895 if (Q.isUndefValue(Op1))
6919 (Q.isUndefValue(Vec) || Vec == X) && IdxN == 0 &&
7347 bool SimplifyQuery::isUndefValue(Value *V) const {