Searched refs:IsIntVec (Results 1 – 1 of 1) sorted by relevance
1530 bool IsIntVec = ElementType->isIntegerTy(); in lowerDotProduct() local1533 if (!IsIntVec && !FMF.allowReassoc()) in lowerDotProduct()1623 int AddOpCode = IsIntVec ? Instruction::Add : Instruction::FAdd; in lowerDotProduct()1624 int MulOpCode = IsIntVec ? Instruction::Mul : Instruction::FMul; in lowerDotProduct()1628 IsIntVec ? std::nullopt : std::optional(FMF)) + in lowerDotProduct()1680 IsIntVec ? Builder.CreateMul(LHS, RHS) : Builder.CreateFMul(LHS, RHS); in lowerDotProduct()1683 if (IsIntVec) in lowerDotProduct()