Searched refs:ShortAnd (Results 1 – 2 of 2) sorted by relevance
2860 Value *ShortAnd = Builder->CreateAnd(Mul, ShortMask); in ProcessUMulZExtIdiom() local2862 cast<Instruction>(Builder->CreateZExt(ShortAnd, BO->getType())); in ProcessUMulZExtIdiom()
4034 Value *ShortAnd = Builder.CreateAnd(Mul, ShortMask); in processUMulZExtIdiom() local4036 cast<Instruction>(Builder.CreateZExt(ShortAnd, BO->getType())); in processUMulZExtIdiom()