Home
last modified time | relevance | path

Searched refs:RHSContainsUndef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8902 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
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()
[all …]