Searched refs:LHSContainsUndef (Results 1 – 1 of 1) sorted by relevance
8902 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithICmpInst() local8905 LHSContainsUndef) || in updateWithICmpInst()8913 if (LHSContainsUndef && RHSContainsUndef) { in updateWithICmpInst()8917 } else if (LHSContainsUndef) { 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() local9037 LHSContainsUndef) || in updateWithBinaryOperator()9045 if (LHSContainsUndef && RHSContainsUndef) { in updateWithBinaryOperator()[all …]