| /external/llvm/unittests/IR/ |
| D | ConstantsTest.cpp | 285 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/ |
| D | CGCUDANV.cpp | 33 llvm::Type *IntTy, *SizeTy; member in __anoncc315aab0111::CGNVCUDARuntime
|
| D | CodeGenModule.h | 119 llvm::IntegerType *IntTy; member
|
| D | CGBuiltin.cpp | 169 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
|
| D | CGObjCGNU.cpp | 141 llvm::IntegerType *IntTy; member in __anonbf5e84120111::CGObjCGNU
|
| D | CGExprScalar.cpp | 609 if (llvm::IntegerType *IntTy = dyn_cast<llvm::IntegerType>(SrcTy)) { in EmitFloatConversionCheck() local
|
| D | TargetInfo.cpp | 5520 llvm::IntegerType *IntTy = in CoerceToIntArgs() local 5760 llvm::IntegerType *IntTy = (PtrWidth == 32) ? CGF.Int32Ty : CGF.Int64Ty; in EmitVAArg() local
|
| /external/llvm/lib/IR/ |
| D | ValueTypes.cpp | 24 EVT IntTy = getIntegerVT(Context, getVectorElementType().getSizeInBits()); in changeExtendedVectorElementTypeToInteger() local
|
| D | DataLayout.cpp | 703 IntegerType *IntTy = IntegerType::get(Ty->getContext(), NumBits); in getIntPtrType() local
|
| D | Core.cpp | 817 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()
|
| D | Instructions.cpp | 2615 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/ |
| D | MemoryBuiltins.h | 220 IntegerType *IntTy; variable
|
| /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 | 956 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/ |
| D | LoopStrengthReduce.cpp | 2905 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
|
| D | SROA.cpp | 2204 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/ |
| D | MachineFunction.cpp | 890 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8); in CanShareConstantPoolEntry() local
|
| /external/llvm/unittests/CodeGen/ |
| D | DIEHashTest.cpp | 577 DIEEntry IntTy(IntTyDIE); in TEST() local
|
| /external/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 1595 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 | 797 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /external/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 5509 QualType IntTy = Context.getIntTypeForBitwidth(Size, /*Signed=*/0); in ActOnOpenMPReductionClause() local 5530 QualType IntTy = in ActOnOpenMPReductionClause() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 3714 IntegerType *IntTy = cast<IntegerType>(LHSI->getOperand(0)->getType()); in FoldFCmp_IntToFP_Cst() local
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLowering.h | 1148 void setBooleanContents(BooleanContent IntTy, BooleanContent FloatTy) { in setBooleanContents()
|