Home
last modified time | relevance | path

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

12

/llvm-project/flang/lib/Evaluate/
H A Dreal.cpp35 bool isNegative{IsNegative()}; in Compare() local
67 bool isNegative{IsNegative()}; in Add() local
146 bool isNegative{IsNegative() != y.IsNegative()}; Multiply() local
206 bool isNegative{IsNegative() != y.IsNegative()}; Divide() local
338 bool isNegative{IsNegative()}; NEAREST() local
605 NormalizeAndRound(ValueWithRealFlags<Real> & result,bool isNegative,int exponent,const Fraction & fraction,Rounding rounding,RoundingBits roundingBits,bool multiply) NormalizeAndRound() argument
[all...]
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp344 Attribute Parser::parseFloatAttr(Type type, bool isNegative) { in parseFloatAttr() argument
364 static std::optional<APInt> buildAttributeAPInt(Type type, bool isNegative, in buildAttributeAPInt() argument
410 Attribute Parser::parseDecOrHexAttr(Type type, bool isNegative) { in parseDecOrHexAttr() argument
616 bool isNegative = signAndToken.first; getIntAttrElements() local
659 bool isNegative = signAndToken.first; getFloatAttrElements() local
884 bool isNegative = p.consumeIf(Token::minus); parseIntegerElement() local
907 bool isNegative = p.consumeIf(Token::minus); parseFloatElement() local
[all...]
H A DAsmParserImpl.h278 bool isNegative = parser.consumeIf(Token::minus); parseFloat() local
/llvm-project/flang/include/flang/Evaluate/
H A Drounding-bits.h80 Rounding rounding, bool isNegative, bool isOdd) const { in MustRound()
/llvm-project/llvm/include/llvm/IR/
H A DConstants.h201 bool isNegative() const { return Val.isNegative(); } isNegative() function
319 bool isNegative() const { return Val.isNegative(); } isNegative() function
/llvm-project/clang/include/clang/AST/
H A DCharUnits.h131 bool isNegative() const { return Quantity < 0; } in isNegative() function
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp249 enum FortranRounding rounding, bool isNegative) { in RoundOverflowToHuge()
256 bool isNegative, FortranRounding rounding) const { in ToBinary()
/llvm-project/flang/include/flang/Decimal/
H A Dbinary-floating-point.h142 bool isNegative) { in Infinity()
/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
H A DAPFloat.h405 bool isNegative() const { return sign; } isNegative() function
1348 bool isNegative() const { return getIEEE().isNegative(); } isNegative() function
[all...]
H A DAPInt.h309 bool isNegative() const { return (*this)[BitWidth - 1]; } isNegative() function
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h189 bool isNegative() const { isNegative() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp167 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h
H A DFloating.h
H A DIntegralAP.h
/llvm-project/flang/runtime/
H A Dedit-output.cpp115 bool isNegative{isSigned && n < 0}; in EditIntegerOutput() local
467 bool isNegative{*convertedStr == '-'}; in EditFOutput() local
H A Dedit-input.cpp607 bool isNegative{*p == '-'}; ConvertHexadecimal() local
/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h94 bool isNegative() const { return One.isSignBitSet(); } isNegative() function
/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp430 Value *isNegative = Builder.CreateICmpSLT(LHS, Zero, "pexp.fdiv_q.2"); createOpBin() local
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp119 Value isNegative = rewriter.create<arith::CmpFOp>( in convertTanhOp() local
296 bool isNegative = powerInt < 0; convertFPowIOp() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp273 static bool isNegative(SValBuilder &SVB, ProgramStateRef State, NonLoc Value) { in isNegative() function
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DSignAnalysisTest.cpp492 testing::AssertionResult isNegative(const Node *N, ASTContext &ASTCtx, in isNegative() function
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp895 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member
3889 CreateMem(unsigned BaseRegNum,const MCExpr * OffsetImm,unsigned OffsetRegNum,ARM_AM::ShiftOpc ShiftType,unsigned ShiftImm,unsigned Alignment,bool isNegative,SMLoc S,SMLoc E,ARMAsmParser & Parser,SMLoc AlignmentLoc=SMLoc ()) CreateMem() argument
5723 bool isNegative = Parser.getTok().is(AsmToken::Minus); parseAM3Offset() local
6036 bool isNegative = getParser().getTok().is(AsmToken::Minus); parseMemory() local
6075 bool isNegative = false; parseMemory() local
6237 bool isNegative = false; parseFPImm() local
[all...]
/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp404 bool isNegative; readExponent() local
5029 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } isNegative() function in llvm::detail::DoubleAPFloat
[all...]

12