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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp439 SDValue HighShift = DAG.getConstant(32 - (Offset & 0x3) * 8, MVT::i32); local
451 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift);

Completed in 120 milliseconds