Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6367 std::optional<ValueAndVReg> FalseOpt = in tryFoldSelectOfConstants() local
6370 if (!TrueOpt || !FalseOpt) in tryFoldSelectOfConstants()
6374 APInt FalseValue = FalseOpt->Value; in tryFoldSelectOfConstants()