Searched refs:getShiftAmountTyForConstant (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 443 static EVT getShiftAmountTyForConstant(EVT VT, const TargetLowering &TLI, in getShiftAmountTyForConstant() function 477 EVT ShiftVT = getShiftAmountTyForConstant(NVT, TLI, DAG); in PromoteIntRes_BSWAP() 499 EVT ShiftVT = getShiftAmountTyForConstant(NVT, TLI, DAG); in PromoteIntRes_BITREVERSE() 1386 EVT ShiftTy = getShiftAmountTyForConstant(Mul.getValueType(), TLI, DAG); in PromoteIntRes_XMULO() 2981 EVT ShiftAmtTy = getShiftAmountTyForConstant(NVT, TLI, DAG); in ExpandIntRes_ABS()
|