Lines Matching defs:OpPredicate
1070 auto *OpPredicate = II.getOperand(0);
1071 if (isAllActivePredicate(OpPredicate))
1075 IC.Builder.CreateSelect(OpPredicate, II.getOperand(1), II.getOperand(2));
1534 auto *OpPredicate = II.getOperand(0);
1537 !match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>(
1551 auto *OpPredicate = II.getOperand(0);
1552 if (!match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>(
1693 auto *OpPredicate = II.getOperand(0);
1725 // 'encompasses' OpPredicate, not only if they're the same predicate.
1726 if (OpPredicate == DupPg) {