Lines Matching defs:OpPredicate
1180 auto *OpPredicate = II.getOperand(0);
1181 if (isAllActivePredicate(OpPredicate))
1185 IC.Builder.CreateSelect(OpPredicate, II.getOperand(1), II.getOperand(2));
1649 auto *OpPredicate = II.getOperand(0);
1652 !match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>(
1664 auto *OpPredicate = II.getOperand(0);
1665 if (!match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>(
1806 auto *OpPredicate = II.getOperand(0);
1838 // 'encompasses' OpPredicate, not only if they're the same predicate.
1839 if (OpPredicate == DupPg) {