| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuthInfo.h | 49 bool isSigned() const { in isSigned() function
|
| H A D | Address.h | 230 bool isSigned() const { return PtrAuthInfo.isSigned(); } in isSigned() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | GenericMachineInstrs.h | 445 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 D | CIRGenBuilder.cpp | 44 bool isSigned = intVal.isSigned(); in getConstInt() local
|
| H A D | CIRGenRecordLayout.h | 77 unsigned isSigned : 1; member
|
| /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 | 78 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandLargeDivRem.cpp | 52 static bool isSigned(unsigned int Opcode) { in isSigned() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DXILResource.h | 82 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 D | IVDescriptors.h | 329 bool isSigned() const { return IsSigned; } in isSigned() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicReader.h | 183 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 96 bool isSigned) { in fromBinOp() 518 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Boolean.h | 65 constexpr static bool isSigned() { return false; } in isSigned() function
|
| H A D | FixedPoint.h | 56 bool isSigned() const { return V.isSigned(); } in isSigned() function
|
| H A D | IntegralAP.h | 176 static constexpr bool isSigned() { return Signed; } in isSigned() function
|
| H A D | Floating.h | 141 bool isSigned() const { return true; } in isSigned() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 806 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 D | DivRemPairs.cpp | 98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRTypes.cpp | 402 bool isSigned; in parse() local 457 unsigned width, bool isSigned) { in verify()
|
| H A D | CIRAttrs.cpp | 127 const bool isSigned = ty.isSigned(); in parseIntLiteralImpl() local
|
| /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 | 339 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 D | ARMFastISel.cpp | 1574 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 D | AVRISelDAGToDAG.cpp | 516 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2182 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
|