Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp2390 bool negMul, bool negAdd) { in buildFMulAdd() argument
2391 assert(!(negMul && negAdd) && "Only one of negMul and negAdd should be set."); in buildFMulAdd()
2395 if (negMul) { in buildFMulAdd()