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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2411 static Value* tryEmitFMulAdd(const BinOpInfo &op, function
2470 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder))
2500 if (Value *FMulAdd = tryEmitFMulAdd(op, CGF, Builder, true))

Completed in 109 milliseconds