Searched refs:OpPredicate (Results 1 – 2 of 2) sorted by relevance
929 auto *OpPredicate = II.getOperand(0); in instCombineSVESel() local930 if (isAllActivePredicate(OpPredicate)) in instCombineSVESel()934 IC.Builder.CreateSelect(OpPredicate, II.getOperand(1), II.getOperand(2)); in instCombineSVESel()1389 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorBinOp() local1392 !match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEVectorBinOp()1406 auto *OpPredicate = II.getOperand(0); in instCombineSVEAllActive() local1407 if (!match(OpPredicate, m_Intrinsic<Intrinsic::aarch64_sve_ptrue>( in instCombineSVEAllActive()1548 auto *OpPredicate = II.getOperand(0); in instCombineSVEVectorMul() local1581 if (OpPredicate == DupPg) { in instCombineSVEVectorMul()
172 defvar OpPredicate = op.ParserMatchClass.PredicateMethod;175 "return Op."#OpPredicate#"() && "#valuePredicate#"; })";