Searched refs:IsIntVec (Results 1 – 1 of 1) sorted by relevance
1348 bool IsIntVec = ElementType->isIntegerTy(); in lowerDotProduct() local1351 if (!IsIntVec && !FMF.allowReassoc()) in lowerDotProduct()1441 int AddOpCode = IsIntVec ? Instruction::Add : Instruction::FAdd; in lowerDotProduct()1442 int MulOpCode = IsIntVec ? Instruction::Mul : Instruction::FMul; in lowerDotProduct()1446 IsIntVec ? std::nullopt : std::optional(FMF)) + in lowerDotProduct()1495 IsIntVec ? Builder.CreateMul(LHS, RHS) : Builder.CreateFMul(LHS, RHS); in lowerDotProduct()1498 if (IsIntVec) in lowerDotProduct()