Lines Matching refs:BitWidth
417 FunctionLoweringInfo::GetLiveOutRegInfo(Register Reg, unsigned BitWidth) { in GetLiveOutRegInfo() argument
425 if (BitWidth > LOI->Known.getBitWidth()) { in GetLiveOutRegInfo()
427 LOI->Known = LOI->Known.anyext(BitWidth); in GetLiveOutRegInfo()
449 unsigned BitWidth = IntVT.getSizeInBits(); in ComputePHILiveOutRegInfo() local
460 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo()
465 APInt Val = CI->getValue().zextOrTrunc(BitWidth); in ComputePHILiveOutRegInfo()
476 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()
484 assert(DestLOI.Known.Zero.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo()
485 DestLOI.Known.One.getBitWidth() == BitWidth && in ComputePHILiveOutRegInfo()
492 DestLOI.Known = KnownBits(BitWidth); in ComputePHILiveOutRegInfo()
497 APInt Val = CI->getValue().zextOrTrunc(BitWidth); in ComputePHILiveOutRegInfo()
511 const LiveOutInfo *SrcLOI = GetLiveOutRegInfo(SrcReg, BitWidth); in ComputePHILiveOutRegInfo()