Searched defs:FMulAdd (Results 1 – 3 of 3) sorted by relevance
51 FMulAdd, ///< Sum of float products with llvm.fmuladd(a * b + sum). global() enumerator
4024 Value *FMulAdd = nullptr; buildFMulAdd() local 4156 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder)) EmitAdd() local 4312 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true)) EmitSub() local
1293 Function *FMulAdd = Intrinsic::getDeclaration( createMulAdd() local