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 661 EVT ShTy = getShiftAmountTy(InnerVT, DL);
662 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
663 ShTy = InnerVT;
666 TLO.DAG.getConstant(ShAmt, dl, ShTy));
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]

Completed in 347 milliseconds