| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | ExpandLargeDivRem.cpp | 52 static bool isSigned(unsigned int Opcode) { in isSigned() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | APFixedPoint.h | 68 bool isSigned() const { return IsSigned; } in isSigned() function
|
| D | APSInt.h | 77 bool isSigned() const { return !IsUnsigned; } in isSigned() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | AbstractBasicReader.h | 184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SMTConv.h | 94 bool isSigned) { in fromBinOp() 516 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
|
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | Boolean.h | 75 constexpr static bool isSigned() { return false; } in isSigned() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | Z3Solver.cpp | 612 bool isSigned) override { in mkBVAddNoOverflow() 639 bool isSigned) override { in mkBVSubNoUnderflow() 664 bool isSigned) override { in mkBVMulNoOverflow()
|
| D | APFloat.cpp | 2432 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/ |
| D | NoFolder.h | 129 bool isSigned) const override { in CreateIntCast()
|
| D | ConstantFolder.h | 192 bool isSigned) const override { in CreateIntCast()
|
| D | IntrinsicInst.h | 683 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/ |
| D | IVDescriptors.h | 257 bool isSigned() const { return IsSigned; } in isSigned() function
|
| D | InstSimplifyFolder.h | 126 bool isSigned) const override { in CreateIntCast()
|
| D | TargetFolder.h | 195 bool isSigned) const override { in CreateIntCast()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | DivRemPairs.cpp | 101 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| 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()
|
| D | ARMBaseRegisterInfo.cpp | 736 bool isSigned = true; in isFrameOffsetLegal() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRISelDAGToDAG.cpp | 502 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 2023 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/ |
| D | AMDGPUCodeGenPrepare.cpp | 252 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/ |
| D | InitPreprocessor.cpp | 169 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCFragment.h | 444 bool isSigned() const { return IsSigned; } in isSigned() function
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 772 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
|
| /openbsd/src/gnu/llvm/clang/utils/TableGen/ |
| D | SveEmitter.cpp | 87 bool isSigned() const { return Signed; } in isSigned() function in __anonbfbe3e890111::SVEType
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| D | Cocoa.cpp | 386 const bool isSigned = true; in NSNumber_FormatInt128() local
|