Home
last modified time | relevance | path

Searched defs:NegMul (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp3062 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
3114 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
3174 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp42512 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()