Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp9433 bool isUndefLO, bool isUndefHI) { in ExpandHorizontalBinOp() argument
9450 if (!isUndefLO && !V0->isUndef()) in ExpandHorizontalBinOp()
9456 if (!isUndefLO && (!V0_LO->isUndef() || !V1_LO->isUndef())) in ExpandHorizontalBinOp()
9861 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
9863 return ExpandHorizontalBinOp(V0, V1, DL, DAG, X86Opcode, false, isUndefLO, in LowerToHorizontalOp()
9892 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
9895 isUndefLO, isUndefHI); in LowerToHorizontalOp()