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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4666 unsigned ShLeftAmt = 0; local
4670 ShLeftAmt = N01->getZExtValue();
4722 if (ShLeftAmt != 0) {
4724 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt))
4727 Result, DAG.getConstant(ShLeftAmt, ShImmTy));

Completed in 30 milliseconds