Home
last modified time | relevance | path

Searched refs:ShImmTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6871 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in ReduceLoadWidth() local
6872 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()
6873 ShImmTy = VT; in ReduceLoadWidth()
6883 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()