Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp594 bool HighHalfZero = Imm & 0x80; in SimplifyX86vperm2() local
598 if (LowHalfZero && HighHalfZero) in SimplifyX86vperm2()
621 V1 = HighHalfZero ? ZeroVector : V1; in SimplifyX86vperm2()