Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DNVPTX.cpp142 llvm::Type *IntType = llvm::Type::getIntNTy(getVMContext(), Div); coerceToIntArrayWithLimit() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp539 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
674 APSIntType IntType = BasicVals.getAPSIntType(resultTy); in evalBinOpNN() local
H A DRangeConstraintManager.cpp1437 APSIntType IntType = ValueFactory.getAPSIntType(T); in assumeNonZero() local
2855 APSIntType IntType = BV.getAPSIntType(Sym->getType()); checkNull() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1213 QualType &IntType, bool &IsNullPtr, in InitializeNonTypeDiffVariables() argument
1834 PrintAPSInt(const llvm::APSInt & Val,Expr * E,bool Valid,QualType IntType,bool PrintType) PrintAPSInt() argument
1953 PrintValueDeclAndInteger(ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl,const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt) PrintValueDeclAndInteger() argument
1973 PrintIntegerAndValueDecl(const llvm::APSInt & Val,QualType IntType,Expr * IntExpr,bool DefaultInt,ValueDecl * VD,bool NeedAddressOf,bool IsNullPtr,Expr * VDExpr,bool DefaultDecl) PrintIntegerAndValueDecl() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp84 llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment); coerceToIntArray() local
H A DCGBuiltin.cpp170 EmitToInt(CodeGenFunction & CGF,llvm::Value * V,QualType T,llvm::IntegerType * IntType) EmitToInt() argument
221 llvm::IntegerType *IntType = llvm::IntegerType::get( MakeBinaryAtomicValue() local
274 llvm::IntegerType *IntType = llvm::IntegerType::get( EmitBinaryAtomicPost() local
311 llvm::IntegerType *IntType = llvm::IntegerType::get( MakeAtomicCmpXchgValue() local
1218 llvm::IntegerType *IntType = llvm::IntegerType::get( EmitX86BitTestIntrinsic() local
5115 llvm::IntegerType *IntType = IntegerType::get( EmitBuiltinExpr() local
20143 llvm::IntegerType *IntType = nullptr; global() member
[all...]
H A DCGOpenMPRuntimeGPU.cpp1490 QualType IntType = CGF.getContext().getIntTypeForBitwidth( shuffleAndStore() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp67 PrimType IntType = getIntPrimType(S); pushInt() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp815 auto *IntType = getMinimalTypeForRange(*std::max_element( emitComposeSubRegIndexLaneMask() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h136 enum IntType { global() enum
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp552 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp417 SPIRVType *IntType = GR->getOrCreateSPIRVIntegerType(BitWidth, MIRBuilder); buildConstantIntReg() local
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp582 std::string getIntegerValue(const std::string &IntType) override { in getIntegerValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp171 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyAnyMemTransfer() local
H A DInstCombineCompares.cpp7835 Type *IntType = Builder.getIntNTy(X->getType()->getScalarSizeInBits()); visitFCmpInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1545 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); optimizeMemCmpConstantSize() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12963 QualType IntType = checkArithmeticOrEnumeralThreeWayCompare() local