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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2107 unsigned SimpleSize = Simple.getSizeInBits(); local
2108 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2114 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType())));
2143 unsigned SimpleSize = Simple.getSizeInBits(); local
2144 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2150 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType())));
2225 unsigned SimpleSize = Simple.getSizeInBits(); local
2226 EVT NewVT = EVT::getIntegerVT(*DAG.getContext(), SimpleSize*2);
2233 DAG.getConstant(SimpleSize, getShiftAmountTy(Lo.getValueType())));
2255 unsigned SimpleSize local
[all...]

Completed in 84 milliseconds