/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 1212 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() 1833 QualType IntType, bool PrintType) { in PrintAPSInt() 1951 const llvm::APSInt &Val, QualType IntType, in PrintValueDeclAndInteger() 1971 void PrintIntegerAndValueDecl(const llvm::APSInt &Val, QualType IntType, in PrintIntegerAndValueDecl()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | SimpleSValBuilder.cpp | 525 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local 647 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
|
H A D | RangeConstraintManager.cpp | 1437 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero() local 2849 APSIntType IntType = BV.getAPSIntType(Sym->getType()); in checkNull() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 817 auto *IntType = getMinimalTypeForRange(*std::max_element( in emitComposeSubRegIndexLaneMask() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 151 QualType T, llvm::IntegerType *IntType) { in EmitToInt() 187 llvm::IntegerType *IntType = in MakeBinaryAtomicValue() local 249 llvm::IntegerType *IntType = in EmitBinaryAtomicPost() local 291 llvm::IntegerType *IntType = llvm::IntegerType::get( in MakeAtomicCmpXchgValue() local 931 llvm::IntegerType *IntType = llvm::IntegerType::get( in EmitX86BitTestIntrinsic() local 4552 llvm::IntegerType *IntType = in EmitBuiltinExpr() local 18569 llvm::IntegerType *IntType = nullptr; member
|
H A D | CGOpenMPRuntimeGPU.cpp | 1436 QualType IntType = CGF.getContext().getIntTypeForBitwidth( in shuffleAndStore() local
|
H A D | TargetInfo.cpp | 62 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); in coerceToIntArray() local 7232 llvm::Type *IntType = llvm::Type::getIntNTy(getVMContext(), Div); in coerceToIntArrayWithLimit() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 552 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConst() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 135 enum IntType { enum
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 415 SPIRVType *IntType = GR->getOrCreateSPIRVIntegerType(BitWidth, MIRBuilder); in buildConstantIntReg() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 181 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyAnyMemTransfer() local
|
H A D | InstCombineCompares.cpp | 7018 Type *IntType = Builder.getIntNTy(X->getType()->getScalarSizeInBits()); in visitFCmpInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1479 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmpConstantSize() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 12525 QualType IntType = in checkArithmeticOrEnumeralThreeWayCompare() local
|