Searched defs:Negative (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp248 bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp80 const bool Negative = (Num < 0); local
28 appendNumber(char **Buffer, const char *BufferEnd, u64 AbsoluteValue, u8 Base, u8 MinNumberLength, bool PadWithZero, bool Negative, bool Upper) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp808 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { argument
819 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { argument
830 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { argument
890 Constant *ConstantFP::getInfinity(Type *Ty, bool Negative) { argument

Completed in 127 milliseconds