Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14071 auto IsAddSubWith1 = [&](SDValue V) -> bool { in performMULCombine()
14084 if (IsAddSubWith1(N0)) { in performMULCombine()
14089 if (IsAddSubWith1(N1)) { in performMULCombine()
14068 auto IsAddSubWith1 = [&](SDValue V) -> bool { performMULCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18267 auto IsAddSubWith1 = [&](SDValue V) -> bool { in performMulCombine() local
18280 if (IsAddSubWith1(N0)) { in performMulCombine()
18285 if (IsAddSubWith1(N1)) { in performMulCombine()