Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp3218 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local
3270 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
3330 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp46956 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode()