Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIRAttrs.h37 class IntType; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp157 llvm::Type *IntType = llvm::Type::getIntNTy(getVMContext(), Div); in coerceToIntArrayWithLimit() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp541 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
676 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
H A DRangeConstraintManager.cpp1439 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero() local
2871 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1242 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables()
1895 QualType IntType, bool PrintType) { in PrintAPSInt()
2025 const llvm::APSInt &Val, QualType IntType, in PrintValueDeclAndInteger()
2045 void PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, in PrintIntegerAndValueDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp826 llvm::Type *IntType = ConvertType(getContext().IntTy); in getSpecConstantFunction() local
H A DCGBuiltin.cpp253 QualType T, llvm::IntegerType *IntType) { in EmitToInt()
305 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeBinaryAtomicValue() local
358 llvm::IntegerType *IntType = llvm::IntegerType::get( in EmitBinaryAtomicPost() local
395 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local
1669 llvm::IntegerType *IntType = llvm::IntegerType::get( in EmitX86BitTestIntrinsic() local
6483 llvm::IntegerType *IntType = nullptr; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp844 auto *IntType = in emitComposeSubRegIndexLaneMask() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h146 enum IntType { enum
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp580 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp1307 const SPIRVType *IntType = retrieveScalarOrVectorIntType(Type); in isScalarOrVectorSigned() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp569 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp172 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyAnyMemTransfer() local
H A DInstCombineCompares.cpp8797 Type *IntType = Builder.getIntNTy(X->getType()->getScalarSizeInBits()); in visitFCmpInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1549 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmpConstantSize() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp402 QualType IntType = SubExpr->getType(); in VisitCastExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2441 Type *IntType = Builder.getIntNTy(IntSize * 8); in shuffleAndStore() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12290 QualType IntType = in checkArithmeticOrEnumeralThreeWayCompare() local