Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3502 bool negMul, bool negAdd) { in buildFMulAdd() argument
3503 assert(!(negMul && negAdd) && "Only one of negMul and negAdd should be set."); in buildFMulAdd()
3509 if (negAdd) in buildFMulAdd()