Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp10268 bool isUndefLO, bool isUndefHI) { in ExpandHorizontalBinOp() argument
10285 if (!isUndefLO && !V0->isUndef()) in ExpandHorizontalBinOp()
10291 if (!isUndefLO && (!V0_LO->isUndef() || !V1_LO->isUndef())) in ExpandHorizontalBinOp()
10701 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
10703 return ExpandHorizontalBinOp(V0, V1, DL, DAG, X86Opcode, false, isUndefLO, in LowerToHorizontalOp()
10732 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
10735 isUndefLO, isUndefHI); in LowerToHorizontalOp()