Lines Matching refs:BitWidth
393 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo() argument
401 if (BitWidth > LOI->Known.getBitWidth()) { in GetLiveOutRegInfo()
403 LOI->Known = LOI->Known.zextOrTrunc(BitWidth); in GetLiveOutRegInfo()
425 unsigned BitWidth = IntVT.getSizeInBits(); in ComputePHILiveOutRegInfo() local
436 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo()
441 APInt Val = CI->getValue().zextOrTrunc(BitWidth); in ComputePHILiveOutRegInfo()
453 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
461 assert(DestLOI.Known.Zero.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo()
462 DestLOI.Known.One.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo()
469 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo()
474 APInt Val = CI->getValue().zextOrTrunc(BitWidth); in ComputePHILiveOutRegInfo()
488 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()