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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h345 bool ExpandShiftWithUnknownAmountBit(SDNode *N, SDValue &Lo, SDValue &Hi);
H A DLegalizeIntegerTypes.cpp1442 /// ExpandShiftWithUnknownAmountBit - Fully general expansion of integer shift
1445 ExpandShiftWithUnknownAmountBit(SDNode *N, SDValue &Lo, SDValue &Hi) { function in class:DAGTypeLegalizer
2145 if (!ExpandShiftWithUnknownAmountBit(N, Lo, Hi))

Completed in 126 milliseconds