Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp508 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() local
510 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BSWAP()
529 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() local
532 DAG.getShiftAmountConstant(DiffBits, NVT, dl)); in PromoteIntRes_BITREVERSE()
H A DLegalizeDAG.cpp4538 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() local
4543 DAG.getConstant(DiffBits, dl, in PromoteNode()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2164 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
2165 MIRBuilder.buildConstant(ShiftAmtReg, DiffBits); in widenScalar()
2177 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
2184 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar()