Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12843 auto IsAddSubWith1 = [&](SDValue V) -> bool { in performMULCombine() local
12856 if (IsAddSubWith1(N0)) { in performMULCombine()
12861 if (IsAddSubWith1(N1)) { in performMULCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17087 auto IsAddSubWith1 = [&](SDValue V) -> bool { in performMulCombine() local
17100 if (IsAddSubWith1(N0)) { in performMulCombine()
17105 if (IsAddSubWith1(N1)) { in performMulCombine()