Searched refs:ShiftAmountTy (Results 1 – 2 of 2) sorted by relevance
3125 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT); in ExpandNode() local3127 ShiftAmountTy = VT; in ExpandNode()3130 SDValue ShiftCst = DAG.getConstant(BitsDiff, ShiftAmountTy); in ExpandNode()
7897 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0)); in DAGCombineExtBoolTrunc() local7899 DAG.getConstant(N->getValueSizeInBits(0)-PromBits, ShiftAmountTy); in DAGCombineExtBoolTrunc()