/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuthInfo.h | 49 bool isSigned() const { in isSigned() function
|
H A D | Address.h | 228 bool isSigned() const { return PtrAuthInfo.isSigned(); } in isSigned() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 68 bool isSigned() const { return IsSigned; } in isSigned() function
|
H A D | APSInt.h | 77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GenericMachineInstrs.h | 442 bool isSigned() const { in isSigned() function 476 bool isSigned() const { return getOpcode() == TargetOpcode::G_SADDO; } in isSigned() function 909 bool isSigned() const { return getOpcode() == TargetOpcode::G_SCMP; } in isSigned() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandLargeDivRem.cpp | 53 static bool isSigned(unsigned int Opcode) { in isSigned() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicReader.h | 184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h | 69 constexpr static bool isSigned() { return false; } in isSigned() function
|
H A D | Floating.h | 88 bool isSigned() const { return true; } in isSigned() function
|
H A D | IntegralAP.h | 143 static constexpr bool isSigned() { return Signed; } in isSigned() function
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 94 bool isSigned) { in fromBinOp() 516 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 793 static bool isSigned(Intrinsic::ID ID) { in isSigned() function 798 bool isSigned() const { return isSigned(getIntrinsicID()); }; in isSigned() function 860 static bool isSigned(Intrinsic::ID ID) { return ID == Intrinsic::scmp; } in isSigned() function 861 bool isSigned() const { return isSigned(getIntrinsicID()); } in isSigned() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 257 bool isSigned() const { return IsSigned; } in isSigned() function
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Z3Solver.cpp | 624 bool isSigned) override { in mkBVAddNoOverflow() 651 bool isSigned) override { in mkBVSubNoUnderflow() 676 bool isSigned) override { in mkBVMulNoOverflow()
|
H A D | APFloat.cpp | 338 bool isSigned) { in semanticsIntSizeInBits() 2617 MutableArrayRef<integerPart> parts, unsigned int width, bool isSigned, in convertToSignExtendedInteger() 2731 unsigned int width, bool isSigned, in convertToInteger() 2790 IEEEFloat::opStatus IEEEFloat::convertFromAPInt(const APInt &Val, bool isSigned, in convertFromAPInt() 2809 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger() 2835 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 1524 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP() 1569 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI() 1678 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv() 1707 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem()
|
H A D | ARMBaseRegisterInfo.cpp | 736 bool isSigned = true; in isFrameOffsetLegal() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelDAGToDAG.cpp | 517 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2064 bool isSigned) { in ExpandLibCall() 2118 bool isSigned) { in ExpandLibCall() 2213 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall() 2252 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local 2645 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() local 3778 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 174 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 433 bool isSigned() const { return IsSigned; } in isSigned() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 393 bool AMDGPUCodeGenPrepareImpl::isSigned(const BinaryOperator &I) const { in isSigned() function in AMDGPUCodeGenPrepareImpl 398 bool AMDGPUCodeGenPrepareImpl::isSigned(const SelectInst &I) const { in isSigned() function in AMDGPUCodeGenPrepareImpl
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 868 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | Cocoa.cpp | 405 const bool isSigned = true; in NSNumber_FormatInt128() local
|