Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp746 bool TryFold = false; in insertSelect() local
750 TryFold = true; in insertSelect()
754 TryFold = true; in insertSelect()
765 if (TryFold) { in insertSelect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp6060 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local
6071 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()
6074 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()