Searched refs:WidestAndBits (Results 1 – 1 of 1) sorted by relevance
4346 APInt WidestAndBits(BitWidth, 0); in optimizeLoadExt() local4371 if (AndBits.ugt(WidestAndBits)) in optimizeLoadExt()4372 WidestAndBits = AndBits; in optimizeLoadExt()4373 if (AndBits == WidestAndBits && I->getOperand(0) == Load) in optimizeLoadExt()4414 WidestAndBits != DemandBits) in optimizeLoadExt()