Searched refs:ShiftAmountTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 1028 MVT ShiftAmountTy = in SplitInteger() local 1030 if (ReqShiftAmountInBits > ShiftAmountTy.getSizeInBits()) in SplitInteger() 1031 ShiftAmountTy = MVT::getIntegerVT(NextPowerOf2(ReqShiftAmountInBits)); in SplitInteger() 1033 DAG.getConstant(LoVT.getSizeInBits(), dl, ShiftAmountTy)); in SplitInteger()
|
| H A D | LegalizeDAG.cpp | 3387 EVT ShiftAmountTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandNode() local 3390 SDValue ShiftCst = DAG.getConstant(BitsDiff, dl, ShiftAmountTy); in ExpandNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7631 EVT ShiftAmountTy = in LowerCall_AIX() local 7633 SDValue SHLAmt = DAG.getConstant(NumSHLBits, dl, ShiftAmountTy); in LowerCall_AIX() 14613 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc() local 14615 DAG.getConstant(N->getValueSizeInBits(0) - PromBits, dl, ShiftAmountTy); in DAGCombineExtBoolTrunc()
|