Searched refs:OpPredicate (Results 1 – 2 of 2) sorted by relevance
1070 auto *OpPredicate = II.getOperand(0); in instCombineSVESel() local1071 if (isAllActivePredicate(OpPredicate)) in instCombineSVESel()1075 IC.Builder.CreateSelect(OpPredicate, II.getOperand(1), II.getOperand(2)); in instCombineSVESel()1534 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorBinOp() local1537 !match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEVectorBinOp()1551 auto *OpPredicate = II.getOperand(0); in instCombineSVEAllActive() local1552 if (!match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEAllActive()1693 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorMul() local1726 if (OpPredicate == DupPg) { in instCombineSVEVectorMul()
152 defvar OpPredicate = op.ParserMatchClass.PredicateMethod;155 "return Op."#OpPredicate#"() && "#valuePredicate#"; })";