Home
last modified time | relevance | path

Searched defs:IntTy (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/lib/CodeGen/
DCGCUDANV.cpp33 llvm::Type *IntTy, *SizeTy; member in __anon9fd029020111::CGNVCUDARuntime
DCodeGenModule.h116 llvm::IntegerType *IntTy; member
DCGObjCGNU.cpp141 llvm::IntegerType *IntTy; member in __anon06d71d490111::CGObjCGNU
DTargetInfo.cpp5166 llvm::IntegerType *IntTy = in CoerceToIntArgs() local
5381 llvm::IntegerType *IntTy = (PtrWidth == 32) ? CGF.Int32Ty : CGF.Int64Ty; in EmitVAArg() local
DCGExprScalar.cpp566 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) { in EmitFloatConversionCheck() local
DCGBuiltin.cpp781 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType()); in EmitBuiltinExpr() local
/external/llvm/lib/IR/
DValueTypes.cpp24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
DDataLayout.cpp712 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local
DCore.cpp723 LLVMValueRef LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, in LLVMConstInt()
728 LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, in LLVMConstIntOfArbitraryPrecision()
737 LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfString()
743 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfStringAndSize()
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h229 IntegerType *IntTy; variable
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp144 Type *IntTy = DL->getIntPtrType(Ptr->getType()); in instrument() local
/external/llvm/include/llvm/CodeGen/
DValueTypes.h86 MVT IntTy = MVT::getIntegerVT(BitWidth); in changeVectorElementTypeToInteger() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp992 Type *ExpandTy, Type *IntTy, in expandIVInc()
1073 Type *IntTy, in getAddRecExprPHILiterally()
1237 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
DScalarEvolution.cpp2694 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr()
2710 const SCEV *ScalarEvolution::getOffsetOfExpr(Type *IntTy, in getOffsetOfExpr()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1822 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() local
1855 IntegerType *IntTy = cast<IntegerType>(V->getType()); in extractInteger() local
1876 IntegerType *IntTy = cast<IntegerType>(Old->getType()); in insertInteger() local
2017 IntegerType *IntTy; member in __anone35c39410611::AllocaSliceRewriter
DLoopStrengthReduce.cpp2911 Type *IntTy = SE.getEffectiveSCEVType(IVTy); in GenerateIVChain() local
3499 Type *IntTy = Base.getType(); in GenerateICmpZeroScales() local
3585 Type *IntTy = Base.getType(); in GenerateScales() local
3797 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); in GenerateCrossUseConstantOffsets() local
4551 Type *IntTy = SE.getEffectiveSCEVType(Ty); in Expand() local
/external/llvm/lib/CodeGen/
DMachineFunction.cpp870 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8); in CanShareConstantPoolEntry() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1477 IntegerType *IntTy = cast<IntegerType>(From->getType()); in CreateExtractInteger() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp577 DIEEntry IntTy(IntTyDIE); in TEST() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c697 CAMLprim LLVMValueRef llvm_const_int(LLVMTypeRef IntTy, value N) { in llvm_const_int()
702 CAMLprim LLVMValueRef llvm_const_of_int64(LLVMTypeRef IntTy, value N, in llvm_const_of_int64()
721 CAMLprim LLVMValueRef llvm_const_int_of_string(LLVMTypeRef IntTy, value S, in llvm_const_int_of_string()
/external/clang/include/clang/AST/
DASTContext.h779 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3354 IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType()); in FoldFCmp_IntToFP_Cst() local
/external/llvm/include/llvm/Target/
DTargetLowering.h971 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9120 MVT IntTy = N->getSimpleValueType(0).getVectorElementType(); in PerformVCVTCombine() local
9171 MVT IntTy = Op.getOperand(0).getSimpleValueType().getVectorElementType(); in PerformVDIVCombine() local
/external/clang/lib/Sema/
DSemaExpr.cpp918 QualType IntTy, in handleIntegerToComplexFloatConversion()
1049 QualType FloatTy, QualType IntTy, in handleIntToFloatConversion()

12