Searched refs:TryFold (Results 1 – 2 of 2) sorted by relevance
833 bool TryFold = false; in insertSelect() local837 TryFold = true; in insertSelect()841 TryFold = true; in insertSelect()852 if (TryFold) { in insertSelect()
6606 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local6617 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()6620 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()