Searched refs:FalseOpt (Results 1 – 1 of 1) sorted by relevance
6700 std::optional<ValueAndVReg> FalseOpt = in tryFoldSelectOfConstants() local6703 if (!TrueOpt || !FalseOpt) in tryFoldSelectOfConstants()6707 APInt FalseValue = FalseOpt->Value; in tryFoldSelectOfConstants()