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.cpp1145 Value *ValueOnZero = TrueVal; in foldSelectCttzCtlz() local
1147 std::swap(SelectArg, ValueOnZero); in foldSelectCttzCtlz()
1173 if (match(ValueOnZero, m_SpecificInt(SizeOfInBits))) { in foldSelectCttzCtlz()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27773 SDValue ValueOnZero = N2; in SimplifySelectCC() local
27777 std::swap(ValueOnZero, Count); in SimplifySelectCC()
27779 if (auto *ValueOnZeroC = dyn_cast<ConstantSDNode>(ValueOnZero)) { in SimplifySelectCC()