Searched refs:NotV (Results 1 – 3 of 3) sorted by relevance
1812 Value *NotV; in processAssumeIntrinsic() local1813 if (match(V, m_Not(m_Value(NotV)))) in processAssumeIntrinsic()1814 ReplaceOperandsWithMap[NotV] = ConstantInt::getFalse(V->getContext()); in processAssumeIntrinsic()
1669 [&](Value *V, Value *&NotV, bool &ElidesXor) { in foldSPFofSPF() argument1670 if (match(V, m_Not(m_Value(NotV)))) { in foldSPFofSPF()1678 NotV = nullptr; in foldSPFofSPF()
5756 Value *NotV; in getNotValue() local5757 if (match(V, m_Not(m_Value(NotV)))) in getNotValue()5758 return NotV; in getNotValue()