Home | History | Annotate | Download | only in X86

Lines Matching refs:ConstSplatVal

5759   bool ConstSplatVal;
5777 ConstSplatVal = (Ld.getOpcode() == ISD::Constant ||
5782 if (!ConstSplatVal && !BVOp->isOnlyUserOf(Ld.getNode()))
5809 ConstSplatVal = (Ld.getOpcode() == ISD::Constant ||
5819 if (!ConstSplatVal && ((!Sc.hasOneUse() || !Ld.hasOneUse()) &&
5842 if (ConstSplatVal && (Subtarget.hasAVX2() || OptForSize)) {