Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1160 [&](Value *V, Value *&NotV, bool &ElidesXor) { in foldSPFofSPF() argument
1161 if (match(V, m_Not(m_Value(NotV)))) { in foldSPFofSPF()
1169 NotV = nullptr; in foldSPFofSPF()