Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7873 bool isUndefLO, bool isUndefHI) { in ExpandHorizontalBinOp() argument
7892 if (!isUndefHI && !V1->isUndef()) in ExpandHorizontalBinOp()
7899 if (!isUndefHI && (!V0_HI->isUndef() || !V1_HI->isUndef())) in ExpandHorizontalBinOp()
8308 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
8310 isUndefHI); in LowerToHorizontalOp()
8340 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
8342 isUndefLO, isUndefHI); in LowerToHorizontalOp()