Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2860 Value *ShortAnd = Builder->CreateAnd(Mul, ShortMask); in ProcessUMulZExtIdiom() local
2862 cast<Instruction>(Builder->CreateZExt(ShortAnd, BO->getType())); in ProcessUMulZExtIdiom()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4034 Value *ShortAnd = Builder.CreateAnd(Mul, ShortMask); in processUMulZExtIdiom() local
4036 cast<Instruction>(Builder.CreateZExt(ShortAnd, BO->getType())); in processUMulZExtIdiom()