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

/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp874 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy) const { function in class:TargetLoweringBase
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp421 EVT getShiftAmountTy(EVT LHSTy) { function in class:__anon10471::DAGCombiner
2023 getShiftAmountTy(N0.getValueType())));
2033 getShiftAmountTy(N0.getValueType()))));
2138 getShiftAmountTy(N0.getValueType())));
2145 getShiftAmountTy(SGN.getValueType())));
2150 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType())));
2197 getShiftAmountTy(N0.getValueType())));
2338 getShiftAmountTy(N0.getValueType())));
2354 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType())));
2390 DAG.getConstant(SimpleSize, getShiftAmountTy(N
[all...]

Completed in 88 milliseconds