Searched refs:isUndefValue (Results 1 – 4 of 4) sorted by relevance
644 if (Q.isUndefValue(Op1)) in simplifyAddInst()798 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifySubInst()1116 if (Q.isUndefValue(Op0)) in simplifyDivRem()1305 if (Q.isUndefValue(C)) in isPoisonShift()4091 if (Q.isUndefValue(LHS) || Q.isUndefValue(RHS)) { in simplifyFCmpInst()6518 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()6525 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) { in simplifyBinaryIntrinsic()6540 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()6554 if (Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()6571 if (Op0 == Op1 || Q.isUndefValue(Op0) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()[all …]
109 bool isUndefValue(Value *V) const { in isUndefValue() function
540 if (IC.getSimplifyQuery().isUndefValue(Src)) in instCombineIntrinsic()623 if (IC.getSimplifyQuery().isUndefValue(Src1)) in instCombineIntrinsic()627 if (IC.getSimplifyQuery().isUndefValue(Src0)) { in instCombineIntrinsic()
256 bool isUndefValue() const { return Kind == ValType::UndefVal; } in isUndefValue() function971 assert(!ValuesPerBlock[0].AV.isUndefValue() && in ConstructSSAForLoadSet()984 if (AV.AV.isUndefValue()) in ConstructSSAForLoadSet()