Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10268 bool isUndefLO, bool isUndefHI) { in ExpandHorizontalBinOp() argument
10287 if (!isUndefHI && !V1->isUndef()) in ExpandHorizontalBinOp()
10294 if (!isUndefHI && (!V0_HI->isUndef() || !V1_HI->isUndef())) in ExpandHorizontalBinOp()
10702 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
10704 isUndefHI); in LowerToHorizontalOp()
10733 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
10735 isUndefLO, isUndefHI); in LowerToHorizontalOp()