Searched refs:ShiftRight1Lo (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp764 SDValue ShiftRight1Lo = DAG.getNode(ISD::SRL, DL, VT, Lo, One); local
766 DAG.getNode(ISD::SRL, DL, VT, ShiftRight1Lo, XLenMinus1Shamt);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2584 SDValue ShiftRight1Lo = DAG.getNode(ISD::SRL, DL, VT, Lo, local
2586 SDValue ShiftRightLo = DAG.getNode(ISD::SRL, DL, VT, ShiftRight1Lo, Not);

Completed in 67 milliseconds