Searched refs:ShortMask (Results 1 – 2 of 2) sorted by relevance
2859 APInt ShortMask = CI->getValue().trunc(MulWidth); in ProcessUMulZExtIdiom() local2860 Value *ShortAnd = Builder->CreateAnd(Mul, ShortMask); in ProcessUMulZExtIdiom()
4033 APInt ShortMask = CI->getValue().trunc(MulWidth); in processUMulZExtIdiom() local4034 Value *ShortAnd = Builder.CreateAnd(Mul, ShortMask); in processUMulZExtIdiom()