Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1903 SDValue ShiftLeftLo = DAG.getNode(ISD::SHL, DL, MVT::i32, Lo, Shamt); in lowerShiftLeftParts() local
1907 DAG.getConstant(0, MVT::i32), ShiftLeftLo); in lowerShiftLeftParts()
1908 Hi = DAG.getNode(ISD::SELECT, DL, MVT::i32, Cond, ShiftLeftLo, Or); in lowerShiftLeftParts()