Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
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/
DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
DAPFloat.h350 bool isNegative() const { return sign; } in isNegative() function
1229 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
DAPInt.h312 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp152 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
/openbsd/src/gnu/llvm/compiler-rt/lib/ubsan/
Dubsan_value.h189 bool isNegative() const { in isNegative() function
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DBoolean.h77 constexpr static bool isNegative() { return false; } in isNegative() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DKnownBits.h96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
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/
DAPFloat.cpp285 bool isNegative; in readExponent() local
4872 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
DAPInt.cpp554 unsigned isNegative = *p == '-'; in getBitsNeeded() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp3267 bool isNegative = parseOptionalToken(AsmToken::Minus); in tryParseFPImm() local
4881 bool isNegative = false; in parseOperand() local