/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 35 FixedPointSemantics(unsigned Width, unsigned Scale, bool IsSigned, in FixedPointSemantics() 80 bool IsSigned) { in GetIntegerSemantics() 89 unsigned IsSigned : 1; variable
|
H A D | APFloat.h | 1108 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 D | AVR.h | 156 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getIntTypeByWidth() 162 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final { in getLeastIntTypeByWidth()
|
H A D | WebAssembly.h | 114 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 D | InitPreprocessor.cpp | 184 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 D | Constants.h | 211 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 D | InstCombineInternal.h | 266 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 D | InstCombineMulDivRem.cpp | 691 bool IsSigned) { in multiplyOverflows() 699 bool IsSigned) { in isMultiple() 725 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
H A D | InstCombineAddSub.cpp | 1019 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 D | SimplifyIndVar.h | 72 bool IsSigned = false; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 74 unsigned IsSigned : 1; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 257 bool IsSigned = false; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 118 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 D | M68kInstrInfo.cpp | 386 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 D | NVPTXISelDAGToDAG.cpp | 1681 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 D | PPCFastISel.cpp | 1017 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 D | SimplifyIndVar.cpp | 377 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 D | OMPIRBuilder.h | 952 bool IsSigned = false; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 574 bool IsSigned) { in getRegForPromotedValue() 1029 bool IsSigned = false; in selectICmp() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_handlers.cc | 115 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 D | ubsan_handlers.cc | 113 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 D | RISCVExpandAtomicPseudoInsts.cpp | 428 bool IsSigned = BinOp == AtomicRMWInst::Min || BinOp == AtomicRMWInst::Max; in expandAtomicMinMaxOp() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 376 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 D | ubsan_handlers.cpp | 213 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleIntegerOverflowImpl() local 252 bool IsSigned = Data->Type.isSignedIntegerTy(); in handleNegateOverflowImpl() local
|