Lines Matching refs:LHSContainsUndef
9823 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithICmpInst() local
9826 LHSContainsUndef, /* ForSelf */ false) || in updateWithICmpInst()
9834 if (LHSContainsUndef && RHSContainsUndef) { in updateWithICmpInst()
9838 } else if (LHSContainsUndef) { in updateWithICmpInst()
9889 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithSelectInst() local
9893 LHSContainsUndef, /* ForSelf */ false)) in updateWithSelectInst()
9904 auto Undef = OnlyLeft ? LHSContainsUndef : RHSContainsUndef; in updateWithSelectInst()
9913 } else if (LHSContainsUndef && RHSContainsUndef) { in updateWithSelectInst()
9957 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithBinaryOperator() local
9960 LHSContainsUndef, /* ForSelf */ false) || in updateWithBinaryOperator()
9968 if (LHSContainsUndef && RHSContainsUndef) { in updateWithBinaryOperator()
9971 } else if (LHSContainsUndef) { in updateWithBinaryOperator()