Home
last modified time | relevance | path

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

12

/external/llvm/unittests/IR/
DConstantsTest.cpp285 Type *IntTy = Type::getInt8Ty(Context); in TEST() local
310 Type *IntTy = Type::getInt8Ty(Context); in TEST() local
333 Type *IntTy = Type::getInt32Ty(Context); in TEST() local
/external/clang/lib/CodeGen/
DCGCUDANV.cpp33 llvm::Type *IntTy, *SizeTy; member in __anoncc315aab0111::CGNVCUDARuntime
DCodeGenModule.h119 llvm::IntegerType *IntTy; member
DCGBuiltin.cpp169 llvm::Type *IntTy = llvm::IntegerType::get(C, Width); in EmitSignBit() local
591 llvm::Type *IntTy = ConvertType(E->getType()); in EmitBuiltinExpr() local
855 llvm::IntegerType *IntTy = cast<llvm::IntegerType>(Int->getType()); in EmitBuiltinExpr() local
DCGObjCGNU.cpp141 llvm::IntegerType *IntTy; member in __anonbf5e84120111::CGObjCGNU
DCGExprScalar.cpp609 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) { in EmitFloatConversionCheck() local
DTargetInfo.cpp5520 llvm::IntegerType *IntTy = in CoerceToIntArgs() local
5760 llvm::IntegerType *IntTy = (PtrWidth == 32) ? CGF.Int32Ty : CGF.Int64Ty; in EmitVAArg() local
/external/llvm/lib/IR/
DValueTypes.cpp24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
DDataLayout.cpp703 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local
DCore.cpp817 LLVMValueRef LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, in LLVMConstInt()
822 LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, in LLVMConstIntOfArbitraryPrecision()
831 LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfString()
837 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[], in LLVMConstIntOfStringAndSize()
DInstructions.cpp2615 if (auto *IntTy = dyn_cast<IntegerType>(DestTy)) in isBitOrNoopPointerCastable() local
2618 if (auto *IntTy = dyn_cast<IntegerType>(SrcTy)) in isBitOrNoopPointerCastable() local
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h220 IntegerType *IntTy; variable
/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.cpp956 Type *ExpandTy, Type *IntTy, in expandIVInc()
1065 Type *IntTy, in getAddRecExprPHILiterally()
1236 Type *IntTy = SE.getEffectiveSCEVType(STy); in expandAddRecExprLiterally() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2905 Type *IntTy = SE.getEffectiveSCEVType(IVTy); in GenerateIVChain() local
3496 Type *IntTy = Base.getType(); in GenerateICmpZeroScales() local
3582 Type *IntTy = Base.getType(); in GenerateScales() local
3794 Type *IntTy = SE.getEffectiveSCEVType(OrigReg->getType()); in GenerateCrossUseConstantOffsets() local
4546 Type *IntTy = SE.getEffectiveSCEVType(Ty); in Expand() local
DSROA.cpp2204 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits); in isIntegerWideningViable() local
2236 IntegerType *IntTy = cast<IntegerType>(V->getType()); in extractInteger() local
2257 IntegerType *IntTy = cast<IntegerType>(Old->getType()); in insertInteger() local
2382 IntegerType *IntTy; member in __anoncb5bdc8a0e11::AllocaSliceRewriter
/external/llvm/lib/CodeGen/
DMachineFunction.cpp890 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8); in CanShareConstantPoolEntry() local
/external/llvm/unittests/CodeGen/
DDIEHashTest.cpp577 DIEEntry IntTy(IntTyDIE); in TEST() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1595 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.h797 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/Sema/
DSemaOpenMP.cpp5509 QualType IntTy = Context.getIntTypeForBitwidth(Size, /*Signed=*/0); in ActOnOpenMPReductionClause() local
5530 QualType IntTy = in ActOnOpenMPReductionClause() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3714 IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType()); in FoldFCmp_IntToFP_Cst() local
/external/llvm/include/llvm/Target/
DTargetLowering.h1148 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()

12