Searched refs:HalfWidth (Results 1 – 7 of 7) sorted by relevance
40 HalfWidth = 16; in AVRTargetInfo()
112 HalfWidth = HostTarget->getHalfWidth(); in NVPTXTargetInfo()
118 HalfWidth = HostTarget->getHalfWidth(); in BaseSPIRTargetInfo()
110 HalfWidth = 16; in TargetInfo()415 HalfWidth = HalfAlign = 32; in adjust()427 HalfWidth = HalfAlign = 16; in adjust()
90 unsigned char HalfWidth, HalfAlign; member762 unsigned getHalfWidth() const { return HalfWidth; } in getHalfWidth()
3048 unsigned HalfWidth = Width / 2; in matchOrConcat() local3061 if (*C != HalfWidth || LowerSrc->getType() != UpperSrc->getType() || in matchOrConcat()3062 LowerSrc->getType()->getScalarSizeInBits() != HalfWidth) in matchOrConcat()3068 NewUpper = Builder.CreateShl(NewUpper, HalfWidth); in matchOrConcat()
1866 unsigned HalfWidth = BitWidth / 2; in SimplifyDemandedBits() local1867 if ((BitWidth % 2) == 0 && !VT.isVector() && ShAmt < HalfWidth && in SimplifyDemandedBits()1868 DemandedBits.countLeadingOnes() >= HalfWidth) { in SimplifyDemandedBits()1869 EVT HalfVT = EVT::getIntegerVT(*TLO.DAG.getContext(), HalfWidth); in SimplifyDemandedBits()1877 if (bool IsNUW = (Known.countMinLeadingZeros() >= HalfWidth)) { in SimplifyDemandedBits()1878 bool IsNSW = Known.countMinSignBits() > HalfWidth; in SimplifyDemandedBits()