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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp859 APInt MaskHi = NewMask.getHiBits(HalfBitWidth).trunc(HalfBitWidth); local
868 if (SimplifyDemandedBits(Op.getOperand(1), MaskHi, KnownZeroHi,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12335 static const int MaskHi[] = { 1, 1, 3, 3 };
12337 SDValue EQHi = DAG.getVectorShuffle(MVT::v4i32, dl, EQ, EQ, MaskHi);
12339 SDValue GTHi = DAG.getVectorShuffle(MVT::v4i32, dl, GT, GT, MaskHi);

Completed in 536 milliseconds