Searched refs:isUndefValue (Results 1 – 3 of 3) sorted by relevance
624 if (Q.isUndefValue(Op1)) in SimplifyAddInst()749 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in SimplifySubInst()950 if (Q.isUndefValue(Op1)) in simplifyDivRem()1234 if (Q.isUndefValue(C)) in isPoisonShift()3730 if (Q.isUndefValue(LHS) || Q.isUndefValue(RHS)) { in SimplifyFCmpInst()5627 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()5634 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) { in simplifyBinaryIntrinsic()5649 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()5663 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()5680 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()[all …]
134 bool isUndefValue(Value *V) const { in isUndefValue() function
229 bool isUndefValue() const { return Val.getInt() == UndefVal; } in isUndefValue() function844 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()857 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()