Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h49 bool isSigned() const { in isSigned() function
H A DAddress.h230 bool isSigned() const { return PtrAuthInfo.isSigned(); } in isSigned() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h445 bool isSigned() const { in isSigned() function
479 bool isSigned() const { return getOpcode() == TargetOpcode::G_SADDO; } in isSigned() function
496 bool isSigned() const { return getOpcode() == TargetOpcode::G_SSUBO; } in isSigned() function
974 bool isSigned() const { return getOpcode() == TargetOpcode::G_SCMP; } in isSigned() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.cpp44 bool isSigned = intVal.isSigned(); in getConstInt() local
H A DCIRGenRecordLayout.h77 unsigned isSigned : 1; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFixedPoint.h68 bool isSigned() const { return IsSigned; } in isSigned() function
H A DAPSInt.h78 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeDivRem.cpp52 static bool isSigned(unsigned int Opcode) { in isSigned() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILResource.h82 bool isSigned() const { return getIntParameter(2); } in isSigned() function
104 bool isSigned() const { return getIntParameter(2); } in isSigned() function
129 bool isSigned() const { return getIntParameter(2); } in isSigned() function
H A DIVDescriptors.h329 bool isSigned() const { return IsSigned; } in isSigned() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h183 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h96 bool isSigned) { in fromBinOp()
518 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBoolean.h65 constexpr static bool isSigned() { return false; } in isSigned() function
H A DFixedPoint.h56 bool isSigned() const { return V.isSigned(); } in isSigned() function
H A DIntegralAP.h176 static constexpr bool isSigned() { return Signed; } in isSigned() function
H A DFloating.h141 bool isSigned() const { return true; } in isSigned() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h806 static bool isSigned(Intrinsic::ID ID) { in isSigned() function
811 bool isSigned() const { return isSigned(getIntrinsicID()); }; in isSigned() function
873 static bool isSigned(Intrinsic::ID ID) { return ID == Intrinsic::scmp; } in isSigned() function
874 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/clang/lib/CIR/Dialect/IR/
H A DCIRTypes.cpp402 bool isSigned; in parse() local
457 unsigned width, bool isSigned) { in verify()
H A DCIRAttrs.cpp127 const bool isSigned = ty.isSigned(); in parseIntLiteralImpl() local
/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.cpp339 bool isSigned) { in semanticsIntSizeInBits()
2719 MutableArrayRef<integerPart> parts, unsigned int width, bool isSigned, in convertToSignExtendedInteger()
2833 unsigned int width, bool isSigned, in convertToInteger()
2892 APFloat::opStatus IEEEFloat::convertFromAPInt(const APInt &Val, bool isSigned, in convertFromAPInt()
2911 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger()
2937 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1574 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP()
1622 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI()
1736 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv()
1765 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp516 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2182 bool isSigned) { in ExpandLibCall()
2269 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2352 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2672 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() local
3917 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local

123