Home
last modified time | relevance | path

Searched defs:FMulAdd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h56 FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum). enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4339 Value *FMulAdd = nullptr; in buildFMulAdd() local
4471 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder)) in EmitAdd() local
4627 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true)) in EmitSub() local