Home
last modified time | relevance | path

Searched defs:isSigned (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h49 bool isSigned() const { in isSigned() function
H A DAddress.h228 bool isSigned() const { return PtrAuthInfo.isSigned(); } in isSigned() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h68 bool isSigned() const { return IsSigned; } in isSigned() function
H A DAPSInt.h77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h442 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 DExpandLargeDivRem.cpp53 static bool isSigned(unsigned int Opcode) { in isSigned() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h69 constexpr static bool isSigned() { return false; } in isSigned() function
H A DFloating.h88 bool isSigned() const { return true; } in isSigned() function
H A DIntegralAP.h143 static constexpr bool isSigned() { return Signed; } in isSigned() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h94 bool isSigned) { in fromBinOp()
516 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h793 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 DDivRemPairs.cpp98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h257 bool isSigned() const { return IsSigned; } in isSigned() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp624 bool isSigned) override { in mkBVAddNoOverflow()
651 bool isSigned) override { in mkBVSubNoUnderflow()
676 bool isSigned) override { in mkBVMulNoOverflow()
H A DAPFloat.cpp338 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 DARMFastISel.cpp1524 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 DARMBaseRegisterInfo.cpp736 bool isSigned = true; in isFrameOffsetLegal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp517 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2064 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 DInitPreprocessor.cpp174 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h433 bool isSigned() const { return IsSigned; } in isSigned() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp393 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 DIntrinsicInst.cpp868 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp405 const bool isSigned = true; in NSNumber_FormatInt128() local

123