| /external/llvm/unittests/IR/ |
| D | ConstantsTest.cpp | 303 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/ |
| D | ValueTypes.cpp | 29 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
| D | DataLayout.cpp | 708 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local
|
| D | Core.cpp | 833 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()
|
| D | Instructions.cpp | 2889 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/ |
| D | MemoryBuiltins.h | 220 IntegerType *IntTy; variable
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenTypeCache.h | 42 llvm::IntegerType *IntTy; member
|
| D | CGCUDANV.cpp | 32 llvm::Type *IntTy, *SizeTy, *VoidTy; member in __anon73e3156c0111::CGNVCUDARuntime
|
| D | CGBuiltin.cpp | 237 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
|
| D | CGObjCGNU.cpp | 136 llvm::IntegerType *IntTy; member in __anon5d4796f30111::CGObjCGNU
|
| D | CGExprScalar.cpp | 607 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) { in EmitFloatConversionCheck() local
|
| D | TargetInfo.cpp | 6000 llvm::IntegerType *IntTy = in CoerceToIntArgs() local 6255 llvm::Type *IntTy = (OrigTy->isIntegerType() ? Temp.getElementType() in EmitVAArg() local
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| D | BoundsChecking.cpp | 143 Type *IntTy = DL.getIntPtrType(Ptr->getType()); in instrument() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | ValueTypes.h | 85 MVT IntTy = MVT::getIntegerVT(BitWidth); in changeVectorElementTypeToInteger() local
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 964 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/ |
| D | LoopStrengthReduce.cpp | 2883 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
|
| D | SROA.cpp | 2000 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/ |
| D | MachineFunction.cpp | 883 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8); in CanShareConstantPoolEntry() local
|
| /external/llvm/unittests/CodeGen/ |
| D | DIEHashTest.cpp | 618 DIEEntry IntTy(IntTyDIE); in TEST_F() local
|
| /external/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 1718 IntegerType *IntTy = cast<IntegerType>(From->getType()); in CreateExtractInteger() local
|
| /external/llvm/bindings/ocaml/llvm/ |
| D | llvm_ocaml.c | 711 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/ |
| D | ASTContext.h | 887 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 3849 IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType()); in FoldFCmp_IntToFP_Cst() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 7117 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/ |
| D | TargetLowering.h | 1201 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
|