Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h201 bool isNegative() const { return Val.isNegative(); } in isNegative() function
319 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
H A DAPFloat.h409 bool isNegative() const { return sign; } in isNegative() function
1354 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
H A DAPInt.h309 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h189 bool isNegative() const { in isNegative() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp167 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h71 constexpr static bool isNegative() { return false; } in isNegative() function
H A DFloating.h89 bool isNegative() const { return F.isNegative(); } in isNegative() function
H A DIntegralAP.h140 bool isNegative() const { return !V.isNonNegative(); } in isNegative() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h94 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp273 static bool isNegative(SValBuilder &SVB, ProgramStateRef State, NonLoc Value) { in isNegative() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp895 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member
3889 bool isNegative, SMLoc S, SMLoc E, ARMAsmParser &Parser, in CreateMem()
5723 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local
6036 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local
6075 bool isNegative = false; in parseMemory() local
6237 bool isNegative = false; in parseFPImm() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp410 bool isNegative; in readExponent() local
5049 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
H A DAPInt.cpp562 unsigned isNegative = *p == '-'; in getBitsNeeded() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3313 bool isNegative = parseOptionalToken(AsmToken::Minus); in tryParseFPImm() local
4907 bool isNegative = false; in parseOperand() local