Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp3278 static Value* tryEmitFMulAdd(const BinOpInfo &op, in tryEmitFMulAdd() function
3334 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder)) in EmitAdd()
3369 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true)) in EmitSub()