Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h192 bool isNegative() const { return Val.isNegative(); } isNegative() function
303 bool isNegative() const { return Val.isNegative(); } isNegative() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp154 bool CheckerContext::isNegative(const Expr *E) { isNegative() function in CheckerContext
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
H A DAPFloat.h386 bool isNegative() const { return sign; } isNegative() function
1295 bool isNegative() const { return getIEEE().isNegative(); } isNegative() function
[all...]
H A DAPInt.h307 bool isNegative() const { return (*this)[BitWidth - 1]; } isNegative() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h189 bool isNegative() const { in isNegative() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h76 constexpr static bool isNegative() { return false; } 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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h96 bool isNegative() const { return One.isSignBitSet(); } isNegative() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp869 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) global() member
3802 CreateMem(unsigned BaseRegNum,const MCExpr * OffsetImm,unsigned OffsetRegNum,ARM_AM::ShiftOpc ShiftType,unsigned ShiftImm,unsigned Alignment,bool isNegative,SMLoc S,SMLoc E,SMLoc AlignmentLoc=SMLoc ()) CreateMem() argument
5552 bool isNegative = Parser.getTok().is(AsmToken::Minus); parseAM3Offset() local
5797 bool isNegative = getParser().getTok().is(AsmToken::Minus); parseMemory() local
5834 bool isNegative = false; parseMemory() local
5984 bool isNegative = false; parseFPImm() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp379 bool isNegative; readExponent() local
4928 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } isNegative() function in llvm::detail::DoubleAPFloat
[all...]
H A DAPInt.cpp562 unsigned isNegative = *p == '-'; in getBitsNeeded() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3284 bool isNegative = parseOptionalToken(AsmToken::Minus); tryParseFPImm() local
4851 bool isNegative = false; parseOperand() local