Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DExpandLargeDivRem.cpp52 static bool isSigned(unsigned int Opcode) { in isSigned() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPFixedPoint.h68 bool isSigned() const { return IsSigned; } in isSigned() function
DAPSInt.h77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DAbstractBasicReader.h184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h94 bool isSigned) { in fromBinOp()
516 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
/openbsd/src/gnu/llvm/clang/lib/AST/Interp/
DBoolean.h75 constexpr static bool isSigned() { return false; } in isSigned() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DZ3Solver.cpp612 bool isSigned) override { in mkBVAddNoOverflow()
639 bool isSigned) override { in mkBVSubNoUnderflow()
664 bool isSigned) override { in mkBVMulNoOverflow()
DAPFloat.cpp2432 MutableArrayRef<integerPart> parts, unsigned int width, bool isSigned, in convertToSignExtendedInteger()
2546 unsigned int width, bool isSigned, in convertToInteger()
2605 IEEEFloat::opStatus IEEEFloat::convertFromAPInt(const APInt &Val, bool isSigned, in convertFromAPInt()
2624 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger()
2650 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DNoFolder.h129 bool isSigned) const override { in CreateIntCast()
DConstantFolder.h192 bool isSigned) const override { in CreateIntCast()
DIntrinsicInst.h683 static bool isSigned(Intrinsic::ID ID) { in isSigned() function
688 bool isSigned() const { return isSigned(getIntrinsicID()); }; in isSigned() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DIVDescriptors.h257 bool isSigned() const { return IsSigned; } in isSigned() function
DInstSimplifyFolder.h126 bool isSigned) const override { in CreateIntCast()
DTargetFolder.h195 bool isSigned) const override { in CreateIntCast()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DDivRemPairs.cpp101 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
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()
DARMBaseRegisterInfo.cpp736 bool isSigned = true; in isFrameOffsetLegal() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp502 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2023 bool isSigned) { in ExpandLibCall()
2117 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2156 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2318 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() local
3332 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp252 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { in isSigned() function in AMDGPUCodeGenPrepare
257 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { in isSigned() function in AMDGPUCodeGenPrepare
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DInitPreprocessor.cpp169 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCFragment.h444 bool isSigned() const { return IsSigned; } in isSigned() function
/openbsd/src/gnu/llvm/llvm/lib/IR/
DIntrinsicInst.cpp772 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DSveEmitter.cpp87 bool isSigned() const { return Signed; } in isSigned() function in __anonbfbe3e890111::SVEType
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DCocoa.cpp386 const bool isSigned = true; in NSNumber_FormatInt128() local

123