HomeSort by relevance Sort by last modified time
    Searched refs:HighShift (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 398 SDValue HighShift = DAG.getConstant((HighOffset - Offset) * 8, MVT::i32);
407 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 65 milliseconds