Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8979 bool isUndefLO, bool isUndefHI) { in ExpandHorizontalBinOp() argument
8998 if (!isUndefHI && !V1->isUndef()) in ExpandHorizontalBinOp()
9005 if (!isUndefHI && (!V0_HI->isUndef() || !V1_HI->isUndef())) in ExpandHorizontalBinOp()
9409 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
9411 isUndefHI); in LowerToHorizontalOp()
9440 bool isUndefHI = NumUndefsHI == Half; in LowerToHorizontalOp() local
9442 isUndefLO, isUndefHI); in LowerToHorizontalOp()