Searched defs:ShImmTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4723 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); local
4724 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt))
4725 ShImmTy = VT;
4727 Result, DAG.getConstant(ShLeftAmt, ShImmTy));

Completed in 32 milliseconds