Searched defs:ShiftRight1Lo (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 3455 SDValue ShiftRight1Lo = DAG.getNode(ISD::SRL, DL, VT, Lo, One); LowerShiftLeftParts() local
|
/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 1636 SDValue ShiftRight1Lo = DAG.getNode(ISD::SRL, DL, VT, Lo, One); lowerShiftLeftParts() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2628 SDValue ShiftRight1Lo = DAG.getNode(ISD::SRL, DL, VT, Lo, lowerShiftLeftParts() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7975 SDValue ShiftRight1Lo = DAG.getNode(ISD::SRL, DL, VT, Lo, One); lowerShiftLeftParts() local
|