Searched defs:isSigned (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp201 bool BinaryOpIntrinsic::isSigned() const { function in class:BinaryOpIntrinsic
H A DConstantFold.cpp1560 evaluateICmpRelation(Constant *V1, Constant *V2, bool isSigned) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFixedPoint.h46 bool isSigned() const { return IsSigned; } function in class:clang::FixedPointSemantics
114 inline bool isSigned() const { return Sema.isSigned(); } function in class:clang::APFixedPoint
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp98 bool isSigned() const { return DivInst->getOpcode() == Instruction::SDiv; } function in struct:DivRemPairWorklistEntry
H A DInductiveRangeCheckElimination.cpp161 bool isSigned() const { return IsSigned; } function in class:__anon2683::InductiveRangeCheck
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp77 void APInt::initSlowCase(uint64_t val, bool isSigned) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h69 constexpr static bool isSigned() { return false; } function in class:clang::interp::Boolean
H A DIntegral.h129 constexpr static bool isSigned() { return Signed; } function in class:clang::interp::Integral
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h90 fromBinOp(llvm::SMTSolverRef &Solver, const llvm::SMTExprRef &LHS, const BinaryOperator::Opcode Op, const llvm::SMTExprRef &RHS, bool isSigned) argument
488 bool isSigned = Ty->isSignedIntegerOrEnumerationType(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h76 bool isSigned() const { return !IsUnsigned; } function in class:llvm::APSInt
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h234 bool isSigned() { return IsSigned; } function in class:llvm::RecurrenceDescriptor
H A DTargetTransformInfoImpl.h622 unsigned minRequiredElementSize(const Value* Val, bool &isSigned) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp477 bool isSigned = N->getOpcode() == ISD::SMUL_LOHI; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp374 const bool isSigned = true; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp697 bool isSigned = true; local
H A DARMFastISel.cpp1537 bool ARMFastISel::SelectIToFP(const Instruction *I, bool isSigned) { argument
1582 bool ARMFastISel::SelectFPToI(const Instruction *I, bool isSigned) { argument
1691 SelectDiv(const Instruction *I, bool isSigned) argument
1720 SelectRem(const Instruction *I, bool isSigned) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp166 DefineTypeSize(const Twine &MacroName, unsigned TypeWidth, StringRef ValSuffix, bool isSigned, MacroBuilder &Builder) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h389 bool isSigned() const { return IsSigned; } function in class:llvm::MCLEBFragment
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h902 bool isSigned() const { function in class:llvm::CmpInst
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp191 bool isSigned() const { return Kind == SInt; } function in class:__anon964::Type
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp220 bool AMDGPUCodeGenPrepare::isSigned(const BinaryOperator &I) const { function in class:AMDGPUCodeGenPrepare
225 bool AMDGPUCodeGenPrepare::isSigned(const SelectInst &I) const { function in class:AMDGPUCodeGenPrepare
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp162 static bool isSigned(Kind Cmp) { function in struct:__anon2250::HexagonHardwareLoops::Comparison
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp770 bool isSigned = Node->getType()->isSignedIntegerType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp443 ScalarEvolution::getConstant(Type *Ty, uint64_t V, bool isSigned) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1561 bool isSigned = N->getOpcode() == ISD::SINT_TO_FP; local

Completed in 357 milliseconds

12