Searched refs:RdxOpcode (Results 1 – 1 of 1) sorted by relevance
7388 unsigned RdxOpcode = RecurrenceDescriptor::getOpcode(Kind); in createOp() local7397 return Builder.CreateBinOp((Instruction::BinaryOps)RdxOpcode, LHS, RHS, in createOp()7977 unsigned RdxOpcode = RecurrenceDescriptor::getOpcode(RdxKind); in getReductionCost() local7978 VectorCost = TTI->getArithmeticReductionCost(RdxOpcode, VectorTy, FMF); in getReductionCost()7979 ScalarCost = TTI->getArithmeticInstrCost(RdxOpcode, ScalarTy); in getReductionCost()