Home
last modified time | relevance | path

Searched refs:isUndefLO (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
8996 if (!isUndefLO && !V0->isUndef()) in ExpandHorizontalBinOp()
9002 if (!isUndefLO && (!V0_LO->isUndef() || !V1_LO->isUndef())) in ExpandHorizontalBinOp()
9408 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
9410 return ExpandHorizontalBinOp(V0, V1, DL, DAG, X86Opcode, false, isUndefLO, in LowerToHorizontalOp()
9439 bool isUndefLO = NumUndefsLO == Half; in LowerToHorizontalOp() local
9442 isUndefLO, isUndefHI); in LowerToHorizontalOp()