Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp1872 SDValue ShiftLeftLo = DAG.getNode(ISD::SHL, DL, MVT::i32, Lo, Shamt); in lowerShiftLeftParts() local
1876 DAG.getConstant(0, MVT::i32), ShiftLeftLo); in lowerShiftLeftParts()
1877 Hi = DAG.getNode(ISD::SELECT, DL, MVT::i32, Cond, ShiftLeftLo, Or); in lowerShiftLeftParts()