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

  /external/llvm/lib/CodeGen/SelectionDAG/
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...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 629 milliseconds