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.cpp29559 bool IsHiLaneAllZeroOrUndef = BIsBuildVector; in LowerMUL() local
29563 IsHiLaneAllZeroOrUndef &= isNullConstantOrUndef(Val); in LowerMUL()
29568 if (!(IsLoLaneAllZeroOrUndef || IsHiLaneAllZeroOrUndef)) { in LowerMUL()