Searched defs:isNegative (Results 1 – 14 of 14) sorted by relevance
188 bool isNegative() const { return Val.isNegative(); } in isNegative() function304 bool isNegative() const { return Val.isNegative(); } in isNegative() function
131 bool isNegative() const { return Quantity < 0; } in isNegative() function
49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
350 bool isNegative() const { return sign; } in isNegative() function1229 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
312 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
152 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
189 bool isNegative() const { in isNegative() function
77 constexpr static bool isNegative() { return false; } in isNegative() function
96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
139 bool isNegative() const { in isNegative() function
866 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member3815 bool isNegative, SMLoc S, SMLoc E, SMLoc AlignmentLoc = SMLoc()) { in CreateMem()5705 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local5953 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local5990 bool isNegative = false; in parseMemory() local6141 bool isNegative = false; in parseFPImm() local
285 bool isNegative; in readExponent() local4872 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
554 unsigned isNegative = *p == '-'; in getBitsNeeded() local
3267 bool isNegative = parseOptionalToken(AsmToken::Minus); in tryParseFPImm() local4881 bool isNegative = false; in parseOperand() local