Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h46 bool isSigned() const { return IsSigned; } in isSigned() function
118 inline bool isSigned() const { return Sema.isSigned(); } in isSigned() function
H A DAPSInt.h76 bool isSigned() const { return !IsUnsigned; } in isSigned() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicReader.h184 bool isSigned = tmp & 0x1; in readFixedPointSemantics() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h69 constexpr static bool isSigned() { return false; } in isSigned() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h94 bool isSigned) { in fromBinOp()
492 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); in getZeroExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp100 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } in isSigned() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h231 bool isSigned() const { return IsSigned; } in isSigned() function
H A DTargetFolder.h183 bool isSigned) const override { in CreateIntCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp610 bool isSigned) override { in mkBVAddNoOverflow()
637 bool isSigned) override { in mkBVSubNoUnderflow()
662 bool isSigned) override { in mkBVMulNoOverflow()
H A DAPFloat.cpp2281 MutableArrayRef<integerPart> parts, unsigned int width, bool isSigned, in convertToSignExtendedInteger()
2395 unsigned int width, bool isSigned, in convertToInteger()
2454 IEEEFloat::opStatus IEEEFloat::convertFromAPInt(const APInt &Val, bool isSigned, in convertFromAPInt()
2473 unsigned int srcCount, bool isSigned, in convertFromSignExtendedInteger()
2499 unsigned int width, bool isSigned, in convertFromZeroExtendedInteger()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1521 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { in SelectIToFP()
1566 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { in SelectFPToI()
1675 bool ARMFastISel::SelectDiv(const Instruction *I, bool isSigned) { in SelectDiv()
1704 bool ARMFastISel::SelectRem(const Instruction *I, bool isSigned) { in SelectRem()
H A DARMBaseRegisterInfo.cpp715 bool isSigned = true; in isFrameOffsetLegal() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h237 bool isSigned) const override { in CreateIntCast()
H A DConstantFolder.h203 bool isSigned) const override { in CreateIntCast()
H A DIntrinsicInst.h507 bool isSigned() const { return ICmpInst::isSigned(getPredicate()); }; in isSigned() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp474 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; in selectMultiplication() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp444 bool BinaryOpIntrinsic::isSigned() const { in isSigned() function in BinaryOpIntrinsic
H A DConstants.cpp899 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get()
909 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get()
2059 Constant *ConstantExpr::getIntegerCast(Constant *C, Type *Ty, bool isSigned) { in getIntegerCast()
H A DConstantFold.cpp1704 bool isSigned) { in evaluateICmpRelation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp246 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { in isSigned() function in AMDGPUCodeGenPrepare
251 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { in isSigned() function in AMDGPUCodeGenPrepare
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1980 bool isSigned) { in ExpandLibCall()
2071 SDValue SelectionDAGLegalize::ExpandIntLibCall(SDNode* Node, bool isSigned, in ExpandIntLibCall()
2132 bool isSigned = Opcode == ISD::SDIVREM; in ExpandDivRemLibCall() local
2296 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() local
3259 bool isSigned = Node->getOpcode() == ISD::SDIV; in ExpandNode() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp167 StringRef ValSuffix, bool isSigned, in DefineTypeSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFragment.h432 bool isSigned() const { return IsSigned; } in isSigned() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp87 bool isSigned() const { return Signed; } in isSigned() function in __anon47288a980111::SVEType
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4288 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMaxValue() local
4405 unsigned isSigned = (F >> HexagonII::ExtentSignedPos) in getMinValue() local

123