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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2238 unsigned SimpleSize = Simple.getSizeInBits(); local
2239 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2245 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType())));
2274 unsigned SimpleSize = Simple.getSizeInBits(); local
2275 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2281 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType())));
2356 unsigned SimpleSize = Simple.getSizeInBits(); local
2357 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2364 DAG.getConstant(SimpleSize, getShiftAmountTy(Lo.getValueType())));
2386 unsigned SimpleSize local
[all...]

Completed in 215 milliseconds