Searched refs:TryFold (Results 1 – 2 of 2) sorted by relevance
837 bool TryFold = false; in insertSelect() local841 TryFold = true; in insertSelect()845 TryFold = true; in insertSelect()856 if (TryFold) { in insertSelect()
6617 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local6628 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()6631 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()