Searched defs:Negative (Results 1 – 4 of 4) sorted by relevance
618 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN()665 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()3342 void APFloat::makeLargest(bool Negative) { in makeLargest()3365 void APFloat::makeSmallest(bool Negative) { in makeSmallest()3377 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest()3387 APFloat APFloat::getSmallest(const fltSemantics &Sem, bool Negative) { in getSmallest()3397 APFloat APFloat::getSmallestNormalized(const fltSemantics &Sem, bool Negative) { in getSmallestNormalized()3873 APFloat::makeInf(bool Negative) { in makeInf()3881 APFloat::makeZero(bool Negative) { in makeZero()
181 uint32_t Negative = (Imm8 >> 7) & 0x1; in printFPImmOperand() local
1584 bool Negative = false; in ParseFPImmOperand() local
638 ConstantFP *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()