Lines Matching refs:Inverted
135 bool Inverted = false; member in __anon135b54a50111::SelectOptimizeImpl::SelectLike
142 SelectLike(Instruction *I, bool Inverted = false, unsigned CondIdx = 0) in SelectLike() argument
143 : I(I), Inverted(Inverted), CondIdx(CondIdx) {} in SelectLike()
157 if (Inverted && HonorInverts) in getTrueValue()
173 if (Inverted && HonorInverts) in getFalseValue()
792 bool Inverted = match(Cond, m_Not(m_Value(Cond))); in collectSelectGroups() local
793 return SelectInfo.insert({I, {Cond, true, Inverted, 0}}).first; in collectSelectGroups()
802 bool Inverted = match(Cond, m_Not(m_Value(Cond))); in collectSelectGroups() local
803 return SelectInfo.insert({I, {Cond, false, Inverted, 0}}).first; in collectSelectGroups()
821 bool Inverted = in collectSelectGroups() local
823 return SelectInfo.insert({I, {CmpI, true, Inverted, 0}}).first; in collectSelectGroups()
862 bool Inverted = It->second.IsInverted; in collectSelectGroups() local
863 return SelectInfo.insert({I, {Cond, false, Inverted, Idx}}).first; in collectSelectGroups()