Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprScalar.cpp2506 bool negMul, bool negAdd) { in buildFMulAdd() argument
2507 assert(!(negMul && negAdd) && "Only one of negMul and negAdd should be set."); in buildFMulAdd()
2516 } else if (negAdd) { in buildFMulAdd()
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp3394 bool negMul, bool negAdd) { in buildFMulAdd() argument
3395 assert(!(negMul && negAdd) && "Only one of negMul and negAdd should be set."); in buildFMulAdd()
3401 if (negAdd) in buildFMulAdd()