Home
last modified time | relevance | path

Searched defs:IsSigned (Results 1 – 25 of 85) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFixedPoint.h35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics()
80 bool IsSigned) { in GetIntegerSemantics()
89 unsigned IsSigned : 1; variable
H A DAPFloat.h1108 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1115 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt()
1120 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger()
1126 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAVR.h156 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth()
162 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
H A DWebAssembly.h114 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth()
120 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitPreprocessor.cpp184 bool IsSigned = TI.isTypeSigned(Ty); in DefineFmt() local
212 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntType() local
237 bool IsSigned = TI.isTypeSigned(Ty); in DefineExactWidthIntTypeSize() local
248 static void DefineLeastWidthIntType(unsigned TypeWidth, bool IsSigned, in DefineLeastWidthIntType()
261 static void DefineFastIntType(unsigned TypeWidth, bool IsSigned, in DefineFastIntType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h211 bool isMaxValue(bool IsSigned) const { in isMaxValue()
223 bool isMinValue(bool IsSigned) const { in isMinValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h266 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd()
284 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub()
302 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul()
309 bool IsSigned) const { in willNotOverflow()
H A DInstCombineMulDivRem.cpp691 bool IsSigned) { in multiplyOverflows()
699 bool IsSigned) { in isMultiple()
725 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
H A DInstCombineAddSub.cpp1019 static bool MatchRem(Value *E, Value *&Op, APInt &C, bool &IsSigned) { in MatchRem()
1041 static bool MatchDiv(Value *E, Value *&Op, APInt &C, bool IsSigned) { in MatchDiv()
1062 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow()
1077 bool IsSigned; in SimplifyAddWithRemainder() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h72 bool IsSigned = false; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGRecordLayout.h74 unsigned IsSigned : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h257 bool IsSigned = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp118 bool IsSigned = false; in computeRecurrenceType() local
259 bool IsSigned = false; in AddReductionVar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp386 bool M68kInstrInfo::ExpandMOVSZX_RR(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RR()
435 bool M68kInstrInfo::ExpandMOVSZX_RM(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RM()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1681 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local
3383 bool IsSigned = false; in tryBFE() local
3716 bool IsSigned) { in GetConvertOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1017 bool IsSigned) { in PPCMoveToFPReg()
1061 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP()
1152 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg()
1186 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp377 bool IsSigned) { in simplifyIVRemainder()
1185 bool IsSigned, Instruction *Use) { in createExtendInst()
1234 bool IsSigned = getExtendKind(NarrowDef) == SignExtended; in cloneBitwiseIVUser() local
1477 bool IsSigned = getExtendKind(DU.NarrowDef) == SignExtended; in widenLoopCompare() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h952 bool IsSigned = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp574 bool IsSigned) { in getRegForPromotedValue()
1029 bool IsSigned = false; in selectICmp() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_handlers.cc115 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local
154 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cc113 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local
150 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp428 bool IsSigned = BinOp == AtomicRMWInst::Min || BinOp == AtomicRMWInst::Max; in expandAtomicMinMaxOp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp376 bool IsSigned; in extractRangeChecksFromCond() local
681 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local
729 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_handlers.cpp213 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local
252 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local

1234