Home
last modified time | relevance | path

Searched refs:tryEmitFMulAdd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp4059 static Value* tryEmitFMulAdd(const BinOpInfo &op, in tryEmitFMulAdd() function
4166 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder)) in EmitAdd()
4322 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true)) in EmitSub()