Searched refs:NotV (Results 1 – 2 of 2) sorted by relevance
426 Value *NotV; in getRegForI1Value() local427 if (match(V, m_Not(m_Value(NotV))) && V->getType()->isIntegerTy(32)) { in getRegForI1Value()429 return getRegForValue(NotV); in getRegForI1Value()
1160 [&](Value *V, Value *&NotV, bool &ElidesXor) { in foldSPFofSPF() argument1161 if (match(V, m_Not(m_Value(NotV)))) { in foldSPFofSPF()1169 NotV = nullptr; in foldSPFofSPF()