Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp426 Value *NotV; in getRegForI1Value() local
427 if (match(V, m_Not(m_Value(NotV))) && V->getType()->isIntegerTy(32)) { in getRegForI1Value()
429 return getRegForValue(NotV); in getRegForI1Value()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1813 Value *NotV; in processAssumeIntrinsic() local
1814 if (match(V, m_Not(m_Value(NotV)))) in processAssumeIntrinsic()
1815 ReplaceOperandsWithMap[NotV] = ConstantInt::getFalse(V->getContext()); in processAssumeIntrinsic()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp5698 Value *NotV; in getNotValue() local
5699 if (match(V, m_Not(m_Value(NotV)))) in getNotValue()
5700 return NotV; in getNotValue()