/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFixedPoint.h | 105 return FixedPointSemantics(Width, /*Scale=*/0, IsSigned, in GetIntegerSemantics() argument 44 FixedPointSemantics(unsigned Width,unsigned Scale,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument 48 FixedPointSemantics(unsigned Width,Lsb Weight,bool IsSigned,bool IsSaturated,bool HasUnsignedPadding) FixedPointSemantics() argument 121 unsigned IsSigned : 1; global() variable [all...] |
H A D | APFloat.h | 1230 convertToInteger(MutableArrayRef<integerPart> Input,unsigned int Width,bool IsSigned,roundingMode RM,bool * IsExact) convertToInteger() argument 1237 convertFromAPInt(const APInt & Input,bool IsSigned,roundingMode RM) convertFromAPInt() argument 1242 convertFromSignExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromSignExtendedInteger() argument 1248 convertFromZeroExtendedInteger(const integerPart * Input,unsigned int InputSize,bool IsSigned,roundingMode RM) convertFromZeroExtendedInteger() argument [all...] |
/llvm-project/clang/lib/Basic/Targets/ |
H A D | AVR.h | 159 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument 165 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
|
H A D | WebAssembly.h | 145 getIntTypeByWidth(unsigned BitWidth,bool IsSigned) getIntTypeByWidth() argument 151 getLeastIntTypeByWidth(unsigned BitWidth,bool IsSigned) getLeastIntTypeByWidth() argument
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetTransformInfo.cpp | 13 bool MipsTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp()
|
/llvm-project/libcxx/test/libcxx/numerics/ |
H A D | clamp_to_integral.pass.cpp | 24 const bool IsSigned = std::is_signed<IntT>::value; test() local 56 const bool IsSigned = std::is_signed<IntT>::value; test_float() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 371 case Instruction::Add: return willNotOverflowAdd(LHS, RHS, CxtI, IsSigned); in willNotOverflow() argument 327 willNotOverflowAdd(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowAdd() argument 345 willNotOverflowSub(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowSub() argument 364 willNotOverflowMul(const Value * LHS,const Value * RHS,const Instruction & CxtI,bool IsSigned) willNotOverflowMul() argument [all...] |
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyIndVar.h | 78 bool IsSigned = false; member
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 225 isMaxValue(bool IsSigned) isMaxValue() argument 237 isMinValue(bool IsSigned) isMinValue() argument
|
/llvm-project/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 192 bool IsSigned = TI.isTypeSigned(Ty); DefineFmt() local 232 bool IsSigned = TI.isTypeSigned(Ty); DefineExactWidthIntType() local 257 bool IsSigned = TI.isTypeSigned(Ty); DefineExactWidthIntTypeSize() local 271 DefineLeastWidthIntType(const LangOptions & LangOpts,unsigned TypeWidth,bool IsSigned,const TargetInfo & TI,MacroBuilder & Builder) DefineLeastWidthIntType() argument 290 DefineFastIntType(const LangOptions & LangOpts,unsigned TypeWidth,bool IsSigned,const TargetInfo & TI,MacroBuilder & Builder) DefineFastIntType() argument [all...] |
/llvm-project/polly/include/polly/Support/ |
H A D | GICHelper.h | 87 bool IsSigned) { in valFromAPInt()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaHexagon.cpp | 28 bool IsSigned; in CheckHexagonBuiltinArgument() member
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SignedCharMisuseCheck.cpp | 36 bool IsSigned, const Matcher<clang::QualType> &IntegerType, in charCastExpression()
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | IntegerTypesCheck.cpp | 125 bool IsSigned = false; in check() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 212 bool IsSigned = false; global() member 229 bool IsSigned = false; global() member 444 decomposeGEP(GEPOperator & GEP,SmallVectorImpl<ConditionTy> & Preconditions,bool IsSigned,const DataLayout & DL) decomposeGEP() argument 477 decompose(Value * V,SmallVectorImpl<ConditionTy> & Preconditions,bool IsSigned,const DataLayout & DL) decompose() argument 660 bool IsSigned = CmpInst::isSigned(Pred); getConstraint() local 1229 __anone11d5b640902(ArrayRef<Value *> Ops, bool IsSigned) generateReproducer() argument 1283 __anone11d5b640a02(ArrayRef<Value *> Ops, bool IsSigned) generateReproducer() argument [all...] |
/llvm-project/polly/lib/Support/ |
H A D | GICHelper.cpp | 20 bool IsSigned) { in isl_valFromAPInt() argument
|
/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 200 bool IsSigned = I.getOpcode() == TargetOpcode::G_SITOFP; in selectIntToFP() local 226 bool IsSigned = I.getOpcode() == TargetOpcode::G_FPTOSI; in selectFPToInt() local
|
/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 50 auto handleImmValue = [&](bool IsSigned, unsigned W) -> uint64_t { in extractBitsForFixup() argument
|
/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 43 LLVMCreateGenericValueOfInt(LLVMTypeRef Ty,unsigned long long N,LLVMBool IsSigned) LLVMCreateGenericValueOfInt() argument 75 LLVMGenericValueToInt(LLVMGenericValueRef GenValRef,LLVMBool IsSigned) LLVMGenericValueToInt() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 39 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local 86 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 294 bool IsSigned = false; global() variable
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1018 if (!PPCEmitIntExt(MVT::i32, SrcReg, MVT::i64, TmpReg, !IsSigned)) in PPCMoveToFPReg() argument 1062 SelectIToFP(const Instruction * I,bool IsSigned) SelectIToFP() argument 1153 PPCMoveToIntReg(const Instruction * I,MVT VT,unsigned SrcReg,bool IsSigned) PPCMoveToIntReg() argument 1187 SelectFPToI(const Instruction * I,bool IsSigned) SelectFPToI() argument [all...] |
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.cpp | 472 bool M68kInstrInfo::ExpandMOVSZX_RR(MachineInstrBuilder &MIB, bool IsSigned, in ExpandMOVSZX_RM() argument 422 ExpandMOVSZX_RR(MachineInstrBuilder & MIB,bool IsSigned,MVT MVTDst,MVT MVTSrc) const ExpandMOVSZX_RR() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 418 bool IsSigned; global() variable 424 MCLEBFragment(const MCExpr & Value,bool IsSigned) MCLEBFragment() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 97 bool IsSigned = false; computeRecurrenceType() local 259 bool IsSigned = false; AddReductionVar() local
|