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

/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp754 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const { function in class:TargetLoweringBase
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp326 /// getShiftAmountTy - Returns a type large enough to hold any valid
328 EVT getShiftAmountTy(EVT LHSTy) { function in class:__anon21204::DAGCombiner
1837 getShiftAmountTy(N0.getValueType())));
1847 getShiftAmountTy(N0.getValueType()))));
1948 getShiftAmountTy(N0.getValueType())));
1954 getShiftAmountTy(SGN.getValueType())));
1959 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));
2008 getShiftAmountTy(N0.getValueType())));
2149 getShiftAmountTy(N0.getValueType())));
2165 DAG.getConstant(SimpleSize, getShiftAmountTy(N
[all...]

Completed in 140 milliseconds