Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9823 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithICmpInst() local
9828 RHSContainsUndef, /* ForSelf */ false)) in updateWithICmpInst()
9834 if (LHSContainsUndef && RHSContainsUndef) { in updateWithICmpInst()
9846 } else if (RHSContainsUndef) { in updateWithICmpInst()
9889 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithSelectInst() local
9898 RHSContainsUndef, /* ForSelf */ false)) in updateWithSelectInst()
9904 auto Undef = OnlyLeft ? LHSContainsUndef : RHSContainsUndef; in updateWithSelectInst()
9913 } else if (LHSContainsUndef && RHSContainsUndef) { in updateWithSelectInst()
9957 bool LHSContainsUndef = false, RHSContainsUndef = false; in updateWithBinaryOperator() local
9968 if (LHSContainsUndef && RHSContainsUndef) { in updateWithBinaryOperator()
[all …]