Lines Matching defs:MaskValue
16171 // Pattern: Or(And(MaskValue, A), And(Not(MaskValue), B)) ->16172 // bitselect(MaskValue, A, B) where Not(MaskValue) = Xor(MaskValue, -1)16175 Value *MaskValue;16178 m_OneUse(m_c_And(m_OneUse(m_Not(m_Value(MaskValue))),16181 m_c_And(m_Specific(MaskValue), m_Instruction(IB)))) {