Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp472 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BSWAP() local
475 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BSWAP()
494 unsigned DiffBits = NVT.getScalarSizeInBits() - OVT.getScalarSizeInBits(); in PromoteIntRes_BITREVERSE() local
498 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BITREVERSE()
H A DLegalizeDAG.cpp4429 unsigned DiffBits = NVT.getSizeInBits() - OVT.getSizeInBits(); in PromoteNode() local
4434 DAG.getConstant(DiffBits, dl, in PromoteNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1973 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
1974 MIRBuilder.buildConstant(ShiftAmtReg, DiffBits); in widenScalar()
1986 unsigned DiffBits = WideTy.getScalarSizeInBits() - Ty.getScalarSizeInBits(); in widenScalar() local
1993 auto ShiftAmt = MIRBuilder.buildConstant(WideTy, DiffBits); in widenScalar()