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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5990 /// 128-bits of the result. If \p isUndefHI is set, then UNDEF is propagated to
5995 bool isUndefLO, bool isUndefHI) {
6014 if (!isUndefHI && V1->getOpcode() != ISD::UNDEF)
6022 if (!isUndefHI && (V0_HI->getOpcode() != ISD::UNDEF ||
6234 bool isUndefHI = NumUndefsHI == Half; local
6236 isUndefLO, isUndefHI);
6262 bool isUndefHI = NumUndefsHI == Half; local
6264 isUndefLO, isUndefHI);
5992 ExpandHorizontalBinOp(const SDValue &V0, const SDValue &V1, SDLoc DL, SelectionDAG &DAG, unsigned X86Opcode, bool Mode, bool isUndefLO, bool isUndefHI) argument
[all...]

Completed in 101 milliseconds