Searched defs:NegMul (Results 1 – 3 of 3) sorted by relevance
2781 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local2833 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local2893 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local
30219 bool NegMul = (NegA != NegB); in combineFMA() local
37873 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode()