Searched defs:Negative (Results 1 – 6 of 6) sorted by relevance
249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
762 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN()3614 void IEEEFloat::makeLargest(bool Negative) { in makeLargest()3639 void IEEEFloat::makeSmallest(bool Negative) { in makeSmallest()3650 void IEEEFloat::makeSmallestNormalized(bool Negative) { in makeSmallestNormalized()4146 void IEEEFloat::makeInf(bool Negative) { in makeInf()4153 void IEEEFloat::makeZero(bool Negative) { in makeZero()
996 bool Negative = isNegative(); in ashrSlowCase() local
124 bool Negative; variable
987 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()998 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()1009 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()1054 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
12216 bool Negative = false; in diagnoseXorMisusedAsPow() local