Home
last modified time | relevance | path

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

12

/external/llvm/unittests/IR/
DConstantsTest.cpp303 Type *IntTy = Type::getInt8Ty(Context); in TEST() local
328 Type *IntTy = Type::getInt8Ty(Context); in TEST() local
351 Type *IntTy = Type::getInt32Ty(Context); in TEST() local
/external/llvm/lib/IR/
DValueTypes.cpp29 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
DDataLayout.cpp708 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local
DCore.cpp833 LLVMValueRef LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, in LLVMConstInt()
838 LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, in LLVMConstIntOfArbitraryPrecision()
847 LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfString()
853 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfStringAndSize()
DInstructions.cpp2889 if (auto *IntTy = dyn_cast<IntegerType>(DestTy)) in isBitOrNoopPointerCastable() local
2892 if (auto *IntTy = dyn_cast<IntegerType>(SrcTy)) in isBitOrNoopPointerCastable() local
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h220 IntegerType *IntTy; variable
/external/clang/lib/CodeGen/
DCodeGenTypeCache.h42 llvm::IntegerType *IntTy; member
DCGCUDANV.cpp32 llvm::Type *IntTy, *SizeTy, *VoidTy; member in __anon73e3156c0111::CGNVCUDARuntime
DCGBuiltin.cpp237 llvm::Type *IntTy = llvm::IntegerType::get(C, Width); in EmitSignBit() local
771 llvm::Type *IntTy = ConvertType(E->getType()); in EmitBuiltinExpr() local
1031 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType()); in EmitBuiltinExpr() local
DCGObjCGNU.cpp136 llvm::IntegerType *IntTy; member in __anon5d4796f30111::CGObjCGNU
DCGExprScalar.cpp607 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) { in EmitFloatConversionCheck() local
DTargetInfo.cpp6000 llvm::IntegerType *IntTy = in CoerceToIntArgs() local
6255 llvm::Type *IntTy = (OrigTy->isIntegerType() ? Temp.getElementType() in EmitVAArg() local
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp143 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in instrument() local
/external/llvm/include/llvm/CodeGen/
DValueTypes.h85 MVT IntTy = MVT::getIntegerVT(BitWidth); in changeVectorElementTypeToInteger() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp964 Type *ExpandTy, Type *IntTy, in expandIVInc()
1073 Type *IntTy, in getAddRecExprPHILiterally()
1245 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2883 Type *IntTy = SE.getEffectiveSCEVType(IVTy); in GenerateIVChain() local
3466 Type *IntTy = Base.getType(); in GenerateICmpZeroScales() local
3549 Type *IntTy = Base.getType(); in GenerateScales() local
3746 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); in GenerateCrossUseConstantOffsets() local
4473 Type *IntTy = SE.getEffectiveSCEVType(Ty); in Expand() local
DSROA.cpp2000 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() local
2032 IntegerType *IntTy = cast<IntegerType>(V->getType()); in extractInteger() local
2053 IntegerType *IntTy = cast<IntegerType>(Old->getType()); in insertInteger() local
2178 IntegerType *IntTy; member in llvm::sroa::AllocaSliceRewriter
/external/llvm/lib/CodeGen/
DMachineFunction.cpp883 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8); in CanShareConstantPoolEntry() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp618 DIEEntry IntTy(IntTyDIE); in TEST_F() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1718 IntegerType *IntTy = cast<IntegerType>(From->getType()); in CreateExtractInteger() local
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c711 CAMLprim LLVMValueRef llvm_const_int(LLVMTypeRef IntTy, value N) { in llvm_const_int()
716 CAMLprim LLVMValueRef llvm_const_of_int64(LLVMTypeRef IntTy, value N, in llvm_const_of_int64()
735 CAMLprim LLVMValueRef llvm_const_int_of_string(LLVMTypeRef IntTy, value S, in llvm_const_int_of_string()
/external/clang/include/clang/AST/
DASTContext.h887 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3849 IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType()); in FoldFCmp_IntToFP_Cst() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7117 Type *IntTy = DL.getIntPtrType(EltTy); in lowerInterleavedStore() local
7582 MVT IntTy = N->getSimpleValueType(0).getVectorElementType(); in performFpToIntCombine() local
7643 MVT IntTy = Op.getOperand(0).getSimpleValueType().getVectorElementType(); in performFDivCombine() local
/external/llvm/include/llvm/Target/
DTargetLowering.h1201 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()

12