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

/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp842 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const { function in class:TargetLoweringBase
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp367 /// getShiftAmountTy - Returns a type large enough to hold any valid
369 EVT getShiftAmountTy(EVT LHSTy) { function in class:__anon25798::DAGCombiner
1916 getShiftAmountTy(N0.getValueType())));
1926 getShiftAmountTy(N0.getValueType()))));
2028 getShiftAmountTy(N0.getValueType())));
2035 getShiftAmountTy(SGN.getValueType())));
2040 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));
2088 getShiftAmountTy(N0.getValueType())));
2229 getShiftAmountTy(N0.getValueType())));
2245 DAG.getConstant(SimpleSize, getShiftAmountTy(N
[all...]

Completed in 466 milliseconds