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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp 645 EVT ShTy = getShiftAmountTy(InnerVT);
646 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
647 ShTy = InnerVT;
650 TLO.DAG.getConstant(ShAmt, ShTy));
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 87 milliseconds