Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp4461 const unsigned NewBitSize = DstEltSize / 2; in narrowScalarShift() local
4462 const LLT HalfTy = LLT::scalar(NewBitSize); in narrowScalarShift()
4474 auto NewBits = MIRBuilder.buildConstant(ShiftAmtTy, NewBitSize); in narrowScalarShift()
4523 auto ShiftAmt = MIRBuilder.buildConstant(ShiftAmtTy, NewBitSize - 1); in narrowScalarShift()