Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10144 bool isUndefLO, bool isUndefHI) { in ExpandHorizontalBinOp() argument
10161 if (!isUndefLO && !V0->isUndef()) in ExpandHorizontalBinOp()
10167 if (!isUndefLO && (!V0_LO->isUndef() || !V1_LO->isUndef())) in ExpandHorizontalBinOp()
10577 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
10579 return ExpandHorizontalBinOp(V0, V1, DL, DAG, X86Opcode, false, isUndefLO, in LowerToHorizontalOp()
10608 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
10611 isUndefLO, isUndefHI); in LowerToHorizontalOp()