Searched refs:isUndefValue (Results 1 – 3 of 3) sorted by relevance
640 if (Q.isUndefValue(Op1)) in simplifyAddInst()758 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifySubInst()987 if (Q.isUndefValue(Op0)) in simplifyDivRem()1252 if (Q.isUndefValue(C)) in isPoisonShift()3925 if (Q.isUndefValue(LHS) || Q.isUndefValue(RHS)) { in simplifyFCmpInst()5856 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()5863 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) { in simplifyBinaryIntrinsic()5878 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()5892 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()5909 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()[all …]
133 bool isUndefValue(Value *V) const { in isUndefValue() function
239 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function919 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()932 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()