Home
last modified time | relevance | path

Searched refs:ShortMask (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2859 APInt ShortMask = CI->getValue().trunc(MulWidth); in ProcessUMulZExtIdiom() local
2860 Value *ShortAnd = Builder->CreateAnd(Mul, ShortMask); in ProcessUMulZExtIdiom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4033 APInt ShortMask = CI->getValue().trunc(MulWidth); in processUMulZExtIdiom() local
4034 Value *ShortAnd = Builder.CreateAnd(Mul, ShortMask); in processUMulZExtIdiom()