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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h341 void ExpandShiftByConstant(SDNode *N, unsigned Amt,
H A DLegalizeIntegerTypes.cpp1317 /// ExpandShiftByConstant - N is a shift by a value that needs to be expanded,
1319 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, unsigned Amt, function in class:DAGTypeLegalizer
2074 return ExpandShiftByConstant(N, CN->getZExtValue(), Lo, Hi);

Completed in 37 milliseconds