Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp837 bool TryFold = false; in insertSelect() local
841 TryFold = true; in insertSelect()
845 TryFold = true; in insertSelect()
856 if (TryFold) { in insertSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6617 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local
6628 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()
6631 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()