Home
last modified time | relevance | path

Searched defs:LoTrue (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3454 SDValue LoTrue = DAG.getNode(ISD::SHL, DL, VT, Lo, Shamt); LowerShiftLeftParts() local
3510 SDValue LoTrue = DAG.getNode(ISD::OR, DL, VT, ShiftRightLo, ShiftLeftHi); LowerShiftRightParts() local
/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1635 SDValue LoTrue = DAG.getNode(ISD::SHL, DL, VT, Lo, Shamt); lowerShiftLeftParts() local
1690 SDValue LoTrue = DAG.getNode(ISD::OR, DL, VT, ShiftRightLo, ShiftLeftHi); lowerShiftRightParts() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7974 SDValue LoTrue = DAG.getNode(ISD::SHL, DL, VT, Lo, Shamt); lowerShiftLeftParts() local
8028 SDValue LoTrue = DAG.getNode(ISD::OR, DL, VT, ShiftRightLo, ShiftLeftHi); lowerShiftRightParts() local