Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28495 bool IsHiLaneAllZeroOrUndef = BIsBuildVector; in LowerMUL() local
28499 IsHiLaneAllZeroOrUndef &= isNullConstantOrUndef(Val); in LowerMUL()
28504 if (!(IsLoLaneAllZeroOrUndef || IsHiLaneAllZeroOrUndef)) { in LowerMUL()