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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5209 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); local
5210 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt))
5211 ShImmTy = VT;
5220 Result, DAG.getConstant(ShLeftAmt, ShImmTy));

Completed in 86 milliseconds