Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp487 bool TryFold = false; in insertSelect() local
491 TryFold = true; in insertSelect()
495 TryFold = true; in insertSelect()
506 if (TryFold) { in insertSelect()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3329 auto TryFold = [this, N, User, dl](SDValue Val) { in foldBoolExts() local
3339 SDValue TrueRes = TryFold(ConstTrue); in foldBoolExts()
3342 SDValue FalseRes = TryFold(ConstFalse); in foldBoolExts()