Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1812 Value *NotV; in processAssumeIntrinsic() local
1813 if (match(V, m_Not(m_Value(NotV)))) in processAssumeIntrinsic()
1814 ReplaceOperandsWithMap[NotV] = ConstantInt::getFalse(V->getContext()); in processAssumeIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1669 [&](Value *V, Value *&NotV, bool &ElidesXor) { in foldSPFofSPF() argument
1670 if (match(V, m_Not(m_Value(NotV)))) { in foldSPFofSPF()
1678 NotV = nullptr; in foldSPFofSPF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5756 Value *NotV; in getNotValue() local
5757 if (match(V, m_Not(m_Value(NotV)))) in getNotValue()
5758 return NotV; in getNotValue()