Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/libc/test/src/stdlib/
H A DDivTest.h35 #define LIST_DIV_TESTS(IntType, ReturnType, func) \ argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DIntegerDivisionCheck.cpp20 const auto IntType = hasType(isInteger()); in registerMatchers() local
/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor-io.h51 using IntType = CppTypeFor<TypeCategory::Integer, KIND>; in FormattedIntegerIO() local
206 using IntType = CppTypeFor<TypeCategory::Integer, KIND>; in FormattedLogicalIO() local
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DTBAATest.cpp38 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
H A DAliasAnalysisTest.cpp173 auto IntType = Type::getInt32Ty(C); in TEST_F() local
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Dsymbolformat.cpp56 typedef int IntType; typedef
/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp189 using IntType = common::HostUnsignedIntType<precision>; typedef in Fortran::decimal::IntermediateFloat
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DMapVectorTest.cpp170 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp942 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
955 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
984 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
1006 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
1029 TypeMatcher IntType = qualType(isInteger()).bind("type"); in TEST() local
1060 TypeMatcher IntType = qualType(builtinType()).bind("type"); in TEST() local
1077 TypeMatcher IntType = qualType(builtinType()).bind("type"); in TEST() local
1100 TypeMatcher IntType = qualType(builtinType()).bind("type"); in TEST() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp524 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
646 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
H A DRangeConstraintManager.cpp1449 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero() local
2778 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
/llvm-project-15.0.7/clang/lib/AST/
H A DASTDiagnostic.cpp1213 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables()
1818 QualType IntType, bool PrintType) { in PrintAPSInt()
1936 const llvm::APSInt &Val, QualType IntType, in PrintValueDeclAndInteger()
1956 void PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, in PrintIntegerAndValueDecl()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp62 static constexpr CategorySet IntType{TypeCategory::Integer}; variable
2347 using IntType = typename std::decay_t<decltype(kindExpr)>::Result; in CheckForNonPositiveValues() typedef
H A Dfold-implementation.h1870 using IntType = typename T::Scalar::Word; in FoldOperation() local
H A Dshape.cpp111 using IntType = Scalar<SubscriptInteger>; in AsConstantShape() typedef
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantsTest.cpp595 IntegerType *IntType(Type::getInt32Ty(Context)); in TEST() local
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp503 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp817 auto *IntType = getMinimalTypeForRange(*std::max_element( in emitComposeSubRegIndexLaneMask() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp138 QualType T, llvm::IntegerType *IntType) { in EmitToInt()
174 llvm::IntegerType *IntType = in MakeBinaryAtomicValue() local
236 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local
278 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local
916 llvm::IntegerType *IntType = llvm::IntegerType::get( in EmitX86BitTestIntrinsic() local
4510 llvm::IntegerType *IntType = in EmitBuiltinExpr() local
18220 llvm::IntegerType *IntType = nullptr; member
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go550 func (c Context) IntType(numbits int) (t Type) { func
561 func IntType(numbits int) (t Type) { func
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp552 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConst() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h120 enum IntType { enum
/llvm-project-15.0.7/clang/utils/TableGen/
H A DMveEmitter.cpp582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp181 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyAnyMemTransfer() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1357 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmpConstantSize() local

12