/llvm-project/flang/lib/Evaluate/ |
H A D | real.cpp | 35 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 D | AttributeParser.cpp | 344 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 D | AsmParserImpl.h | 278 bool isNegative = parser.consumeIf(Token::minus); parseFloat() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | rounding-bits.h | 80 Rounding rounding, bool isNegative, bool isOdd) const { in MustRound()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 201 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 D | CharUnits.h | 131 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/llvm-project/flang/lib/Decimal/ |
H A D | decimal-to-binary.cpp | 249 enum FortranRounding rounding, bool isNegative) { in RoundOverflowToHuge() 256 bool isNegative, FortranRounding rounding) const { in ToBinary()
|
/llvm-project/flang/include/flang/Decimal/ |
H A D | binary-floating-point.h | 142 bool isNegative) { in Infinity()
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
H A D | APFloat.h | 405 bool isNegative() const { return sign; } isNegative() function 1348 bool isNegative() const { return getIEEE().isNegative(); } isNegative() function [all...] |
H A D | APInt.h | 309 bool isNegative() const { return (*this)[BitWidth - 1]; } isNegative() function
|
/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 189 bool isNegative() const { isNegative() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 167 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h |
|
H A D | Floating.h |
|
H A D | IntegralAP.h |
|
/llvm-project/flang/runtime/ |
H A D | edit-output.cpp | 115 bool isNegative{isSigned && n < 0}; in EditIntegerOutput() local 467 bool isNegative{*convertedStr == '-'}; in EditFOutput() local
|
H A D | edit-input.cpp | 607 bool isNegative{*p == '-'}; ConvertHexadecimal() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 94 bool isNegative() const { return One.isSignBitSet(); } isNegative() function
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslExprBuilder.cpp | 430 Value *isNegative = Builder.CreateICmpSLT(LHS, Zero, "pexp.fdiv_q.2"); createOpBin() local
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | ExpandPatterns.cpp | 119 Value isNegative = rewriter.create<arith::CmpFOp>( in convertTanhOp() local 296 bool isNegative = powerInt < 0; convertFPowIOp() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 273 static bool isNegative(SValBuilder &SVB, ProgramStateRef State, NonLoc Value) { in isNegative() function
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | SignAnalysisTest.cpp | 492 testing::AssertionResult isNegative(const Node *N, ASTContext &ASTCtx, in isNegative() function
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 895 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 D | APFloat.cpp | 404 bool isNegative; readExponent() local 5029 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } isNegative() function in llvm::detail::DoubleAPFloat [all...] |