Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1134 auto TryFoldBinOpIntoSelect = [&Opc, Is32Bit, &CC, &MRI, in emitSelect() local
1272 Optimized |= TryFoldBinOpIntoSelect(False, True, /*Invert = */ false); in emitSelect()
1273 Optimized |= TryFoldBinOpIntoSelect(True, False, /*Invert = */ true); in emitSelect()