Home
last modified time | relevance | path

Searched refs:DiffBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2157 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
2158 MIRBuilder.buildConstant(ShiftAmtReg, DiffBits); in widenScalar()
2170 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
2177 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp501 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() local
503 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BSWAP()
522 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() local
525 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BITREVERSE()
H A DLegalizeDAG.cpp4504 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() local
4509 DAG.getConstant(DiffBits, dl, in PromoteNode()