Searched refs:TryFold (Results 1 – 2 of 2) sorted by relevance
487 bool TryFold = false; in insertSelect() local491 TryFold = true; in insertSelect()495 TryFold = true; in insertSelect()506 if (TryFold) { in insertSelect()
3329 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local3339 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()3342 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()