Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstants.h188 bool isNegative() const { return Val.isNegative(); } in isNegative() function
304 bool isNegative() const { return Val.isNegative(); } in isNegative() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
H A DAPFloat.h350 bool isNegative() const { return sign; } in isNegative() function
1229 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
H A DAPInt.h312 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp152 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
/openbsd-src/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_value.h189 bool isNegative() const { in isNegative() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DBoolean.h77 constexpr static bool isNegative() { return false; } in isNegative() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h139 bool isNegative() const { in isNegative() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp866 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member
3815 bool isNegative, SMLoc S, SMLoc E, SMLoc AlignmentLoc = SMLoc()) { in CreateMem()
5705 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local
5953 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local
5990 bool isNegative = false; in parseMemory() local
6141 bool isNegative = false; in parseFPImm() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp285 bool isNegative; in readExponent() local
4872 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
H A DAPInt.cpp554 unsigned isNegative = *p == '-'; in getBitsNeeded() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3267 bool isNegative = parseOptionalToken(AsmToken::Minus); in tryParseFPImm() local
4881 bool isNegative = false; in parseOperand() local