Searched refs:RHSContainsUndef (Results 1 – 1 of 1) sorted by relevance
8902 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithICmpInst() local8907 RHSContainsUndef)) in updateWithICmpInst()8913 if (LHSContainsUndef && RHSContainsUndef) { in updateWithICmpInst()8925 } else if (RHSContainsUndef) { in updateWithICmpInst()8968 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithSelectInst() local8981 auto Undef = OnlyLeft ? LHSContainsUndef : RHSContainsUndef; in updateWithSelectInst()8990 } else if (LHSContainsUndef && RHSContainsUndef) { in updateWithSelectInst()9034 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithBinaryOperator() local9039 RHSContainsUndef)) in updateWithBinaryOperator()9045 if (LHSContainsUndef && RHSContainsUndef) { in updateWithBinaryOperator()[all …]