Searched defs:IntTy (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp33 llvm::Type *IntTy, *SizeTy; member in class:__anon3208::CGNVCUDARuntime
H A DCodeGenModule.h118 llvm::IntegerType *IntTy; member in struct:clang::CodeGen::CodeGenTypeCache
H A DCGBuiltin.cpp772 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType()); local
H A DCGObjCGNU.cpp140 llvm::IntegerType *IntTy; member in class:__anon3240::CGObjCGNU
[all...]
H A DCGObjCMac.cpp175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy; member in class:__anon3241::ObjCCommonTypesHelper
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h227 IntegerType *IntTy; member in class:llvm::ObjectSizeOffsetEvaluator
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DValueTypes.cpp24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); local
H A DCore.cpp661 LLVMValueRef LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, argument
666 LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, argument
675 LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, const char Str[], argument
681 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[], argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp145 Type *IntTy = TD->getIntPtrType(Ptr->getType()); local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp402 IntegerType *IntTy = DL->getIntPtrType(Context); local
[all...]
H A DScalarEvolutionExpander.cpp1152 Type *IntTy = SE.getEffectiveSCEVType(STy); local
992 expandIVInc(PHINode *PN, Value *StepV, const Loop *L, Type *ExpandTy, Type *IntTy, bool useSubtract) argument
1023 getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, const Loop *L, Type *ExpandTy, Type *IntTy) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h631 MVT IntTy = MVT::getIntegerVT(BitWidth); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3081 IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType()); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1770 IntegerType *IntTy = cast<IntegerType>(V->getType()); local
1791 IntegerType *IntTy = cast<IntegerType>(Old->getType()); local
1932 IntegerType *IntTy; member in class:__anon2819::AllocaSliceRewriter
[all...]
H A DLoopStrengthReduce.cpp2842 Type *IntTy = SE.getEffectiveSCEVType(IVTy); local
3459 Type *IntTy = Base.getType(); local
3661 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); local
4405 Type *IntTy = SE.getEffectiveSCEVType(Ty); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h775 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; member in class:clang::ASTContext
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9625 MVT IntTy = N->getSimpleValueType(0).getVectorElementType(); local
9676 MVT IntTy = Op.getOperand(0).getSimpleValueType().getVectorElementType(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7033 QualType IntTy = getArithmeticType(Int); local
H A DSemaExpr.cpp890 handleIntegerToComplexFloatConversion(Sema &S, ExprResult &IntExpr, ExprResult &ComplexExpr, QualType IntTy, QualType ComplexTy, bool SkipCast) argument
1021 handleIntToFloatConversion(Sema &S, ExprResult &FloatExpr, ExprResult &IntExpr, QualType FloatTy, QualType IntTy, bool ConvertFloat, bool ConvertInt) argument
[all...]

Completed in 599 milliseconds