Home
last modified time | relevance | path

Searched defs:Negative (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp30 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 DAArch64ConditionOptimizer.cpp249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp791 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 DAPInt.cpp1024 bool Negative = isNegative(); in ashrSlowCase() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp276 bool Negative = false; in getNeutralReductionElement() local
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h124 bool Negative; variable
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp975 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 DSemaExpr.cpp13279 bool Negative = false; in diagnoseXorMisusedAsPow() local