Searched defs:Negative (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 30 bool Negative, bool Upper) { in appendNumber() 80 const bool Negative = (Num < 0); in appendSignedDecimal() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionOptimizer.cpp | 249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APFloat.cpp | 791 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN() 3874 void IEEEFloat::makeLargest(bool Negative) { in makeLargest() 3902 void IEEEFloat::makeSmallest(bool Negative) { in makeSmallest() 3913 void IEEEFloat::makeSmallestNormalized(bool Negative) { in makeSmallestNormalized() 4423 void IEEEFloat::makeInf(bool Negative) { in makeInf() 4435 void IEEEFloat::makeZero(bool Negative) { in makeZero()
|
H A D | APInt.cpp | 1024 bool Negative = isNegative(); in ashrSlowCase() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandVectorPredication.cpp | 276 bool Negative = false; in getNeutralReductionElement() local
|
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 124 bool Negative; variable
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Constants.cpp | 975 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN() 986 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN() 997 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN() 1008 Constant *ConstantFP::getZero(Type *Ty, bool Negative) { in getZero() 1041 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 13279 bool Negative = false; in diagnoseXorMisusedAsPow() local
|