Home
last modified time | relevance | path

Searched refs:isUndefHI (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
9452 if (!isUndefHI && !V1->isUndef()) in ExpandHorizontalBinOp()
9459 if (!isUndefHI && (!V0_HI->isUndef() || !V1_HI->isUndef())) in ExpandHorizontalBinOp()
9862 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
9864 isUndefHI); in LowerToHorizontalOp()
9893 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
9895 isUndefLO, isUndefHI); in LowerToHorizontalOp()