Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp833 bool TryFold = false; in insertSelect() local
837 TryFold = true; in insertSelect()
841 TryFold = true; in insertSelect()
852 if (TryFold) { in insertSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6606 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local
6617 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()
6620 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()