Lines Matching refs:RHSContainsUndef
8902 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithICmpInst() local
8907 RHSContainsUndef)) in updateWithICmpInst()
8913 if (LHSContainsUndef && RHSContainsUndef) { in updateWithICmpInst()
8925 } else if (RHSContainsUndef) { in updateWithICmpInst()
8968 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithSelectInst() local
8975 RHSAAPVS, RHSContainsUndef)) in updateWithSelectInst()
8981 auto Undef = OnlyLeft ? LHSContainsUndef : RHSContainsUndef; in updateWithSelectInst()
8990 } else if (LHSContainsUndef && RHSContainsUndef) { in updateWithSelectInst()
9034 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithBinaryOperator() local
9039 RHSContainsUndef)) in updateWithBinaryOperator()
9045 if (LHSContainsUndef && RHSContainsUndef) { in updateWithBinaryOperator()
9053 } else if (RHSContainsUndef) { in updateWithBinaryOperator()