Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30214 bool NegA = (A.getOpcode() == ISD::FNEG); in combineFMA() local
30219 bool NegMul = (NegA != NegB); in combineFMA()
30220 if (NegA) in combineFMA()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37944 bool NegA = invertIfNegative(A); in combineFMA() local
37948 if (!NegA && !NegB && !NegC) in combineFMA()
37951 unsigned NewOpcode = negateFMAOpcode(N->getOpcode(), NegA != NegB, NegC); in combineFMA()