Home
last modified time | relevance | path

Searched defs:isUnsigned (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang/test/CodeGen/
H A Dpascal-wchar-string.c39 volatile int isUnsigned = (wchar_t)-1 > (wchar_t)0; in test2() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
H A DSValBuilder.h310 makeIntVal(const llvm::APInt & integer,bool isUnsigned) makeIntVal() argument
321 makeIntVal(uint64_t integer,bool isUnsigned) makeIntVal() argument
H A DBasicValueFactory.h189 APSIntPtr getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() argument
/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp142 IntegerType toType, bool isUnsigned) { in convertScalarToIntDtype() argument
168 FloatType toType, bool isUnsigned) { in convertScalarToFpDtype() argument
189 bool isUnsigned) { in convertScalarToComplexDtype() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp108 APSIntPtr BasicValueFactory::getValue(const llvm::APInt &X, bool isUnsigned) { in getValue() argument
114 bool isUnsigned) { in getValue() argument
/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/llvm-project/mlir/lib/Dialect/Tosa/Utils/
H A DConversionUtils.cpp41 OpBuilder &rewriter, bool isUnsigned) { in clampIntHelper() argument
/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h72 bool isUnsigned : 1; variable
/llvm-project/llvm/unittests/ADT/
H A DStringExtrasTest.cpp307 bool isUnsigned; TEST() local
[all...]
/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp61 bool isUnsigned() const { return Val.isUnsigned(); } isUnsigned() function in __anon289ca2080111::PPValue
[all...]
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp365 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/llvm-project/flang/lib/Lower/
H A DConvertType.cpp59 genIntegerType(mlir::MLIRContext * context,int kind,bool isUnsigned=false) genIntegerType() argument
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h453 bool isUnsigned() const { return !isSigned(); } in isUnsigned() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp278 static bool isUnsigned(SValBuilder &SVB, NonLoc Value) { in isUnsigned() function
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h217 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } isUnsigned() function
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp371 wmmaPushInputOperand(ConversionPatternRewriter & rewriter,Location loc,const TypeConverter * typeConverter,bool isUnsigned,Value llvmInput,SmallVector<Value,4> & operands) wmmaPushInputOperand() argument
/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp780 getBitvector(const SMTExprRef & Exp,unsigned BitWidth,bool isUnsigned) getBitvector() argument
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1959 convertToIntegerPredicate(CmpFPredicate pred,bool isUnsigned) convertToIntegerPredicate() argument
2004 bool isUnsigned; matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp1063 bool isUnsigned = mlirIntegerTypeIsUnsigned(type); dunderGetItem() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { isUnsigned() function
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp1181 __anon02efb9182002(const APInt &val, bool isUnsigned) emitAttribute() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1565 const auto isUnsigned{eTy.isUnsignedInteger()}; in genVecConvert() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3460 bool isUnsigned = isFloatDIType(DIGV->getType()) emitDebugInfoForGlobal() local

12