Lines Matching refs:LHSContainsUndef
8902 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithICmpInst() local
8905 LHSContainsUndef) || in updateWithICmpInst()
8913 if (LHSContainsUndef && RHSContainsUndef) { in updateWithICmpInst()
8917 } else if (LHSContainsUndef) { in updateWithICmpInst()
8968 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithSelectInst() local
8971 LHSAAPVS, LHSContainsUndef)) 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
9037 LHSContainsUndef) || in updateWithBinaryOperator()
9045 if (LHSContainsUndef && RHSContainsUndef) { in updateWithBinaryOperator()
9048 } else if (LHSContainsUndef) { in updateWithBinaryOperator()