Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp249 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); in adjustCmp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp762 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN()
3614 void IEEEFloat::makeLargest(bool Negative) { in makeLargest()
3639 void IEEEFloat::makeSmallest(bool Negative) { in makeSmallest()
3650 void IEEEFloat::makeSmallestNormalized(bool Negative) { in makeSmallestNormalized()
4146 void IEEEFloat::makeInf(bool Negative) { in makeInf()
4153 void IEEEFloat::makeZero(bool Negative) { in makeZero()
H A DAPInt.cpp996 bool Negative = isNegative(); in ashrSlowCase() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h124 bool Negative; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp987 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
998 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
1009 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
1054 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { in getInfinity()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12216 bool Negative = false; in diagnoseXorMisusedAsPow() local