| /llvm-project-15.0.7/libc/test/src/stdlib/ |
| H A D | DivTest.h | 35 #define LIST_DIV_TESTS(IntType, ReturnType, func) \ argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | IntegerDivisionCheck.cpp | 20 const auto IntType = hasType(isInteger()); in registerMatchers() local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | descriptor-io.h | 51 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 D | TBAATest.cpp | 38 auto *IntType = Type::getInt32Ty(C); in getFunctionWithSingleStore() local
|
| H A D | AliasAnalysisTest.cpp | 173 auto IntType = Type::getInt32Ty(C); in TEST_F() local
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | symbolformat.cpp | 56 typedef int IntType; typedef
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | decimal-to-binary.cpp | 189 using IntType = common::HostUnsignedIntType<precision>; typedef in Fortran::decimal::IntermediateFloat
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | MapVectorTest.cpp | 170 using IntType = typename TestFixture::int_type; in TYPED_TEST() typedef
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 942 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 D | SimpleSValBuilder.cpp | 524 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 646 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
| H A D | RangeConstraintManager.cpp | 1449 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 D | ASTDiagnostic.cpp | 1213 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 D | intrinsics.cpp | 62 static constexpr CategorySet IntType{TypeCategory::Integer}; variable 2347 using IntType = typename std::decay_t<decltype(kindExpr)>::Result; in CheckForNonPositiveValues() typedef
|
| H A D | fold-implementation.h | 1870 using IntType = typename T::Scalar::Word; in FoldOperation() local
|
| H A D | shape.cpp | 111 using IntType = Scalar<SubscriptInteger>; in AsConstantShape() typedef
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantsTest.cpp | 595 IntegerType *IntType(Type::getInt32Ty(Context)); in TEST() local
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | CloningTest.cpp | 503 auto *IntType = DBuilder.createBasicType("int", 32, dwarf::DW_ATE_signed); in CreateOldFunctionBodyAndDI() local
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | RegisterInfoEmitter.cpp | 817 auto *IntType = getMinimalTypeForRange(*std::max_element( in emitComposeSubRegIndexLaneMask() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 138 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 D | ir.go | 550 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 D | ConstantFolding.cpp | 552 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConst() local
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 120 enum IntType { enum
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 181 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyAnyMemTransfer() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1357 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmpConstantSize() local
|