Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1200 Value *ValueOnZero = TrueVal; in foldSelectCttzCtlz() local
1202 std::swap(SelectArg, ValueOnZero); in foldSelectCttzCtlz()
1230 if (match(ValueOnZero, m_SpecificInt(SizeOfInBits))) { in foldSelectCttzCtlz()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28896 SDValue ValueOnZero = N2; in SimplifySelectCC() local
28900 std::swap(ValueOnZero, Count); in SimplifySelectCC()
28902 if (auto *ValueOnZeroC = dyn_cast<ConstantSDNode>(ValueOnZero)) { in SimplifySelectCC()