Searched refs:getIntNTy (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp153 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
480 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
495 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
513 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
527 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
H A DAddressSanitizer.cpp1159 IntptrTy = Type::getIntNTy(*C, LongSize);
1249 IntptrTy = Type::getIntNTy(*C, LongSize);
1534 Type *StoreTy = Type::getIntNTy(*C, LargeStoreSizeInBytes * 8);
H A DMemorySanitizer.cpp331 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
336 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
569 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
626 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
1373 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits));
1375 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed);
/external/lldb/source/Expression/
H A DIRDynamicChecks.cpp282 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
309 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
H A DIRForTarget.cpp288 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
729 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
1152 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
1602 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
1683 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
2502 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
2540 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
/external/llvm/include/llvm/IR/
H A DDataLayout.h414 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
H A DType.h389 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
H A DIRBuilder.h288 return ConstantInt::get(getIntNTy(N), C);
326 IntegerType *getIntNTy(unsigned N) { function in class:llvm::IRBuilderBase
327 return Type::getIntNTy(Context, N);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
/external/llvm/lib/IR/
H A DType.cpp238 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) { function in class:Type
271 return getIntNTy(C, N)->getPointerTo(AS);
H A DDataLayout.cpp721 return Type::getIntNTy(C, LegalIntWidth);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1648 Type::getIntNTy(Ty->getContext(), NumElements * ElementSize * 8);
1822 Type *IntTy = Type::getIntNTy(AllocaTy->getContext(), SizeInBits);
2056 ? Type::getIntNTy(
2205 Type *TargetTy = IsSplit ? Type::getIntNTy(LI.getContext(), SliceSize * 8)
2324 IntegerType *NarrowTy = Type::getIntNTy(SI.getContext(), SliceSize * 8);
2370 Type *SplatIntTy = Type::getIntNTy(VTy->getContext(), Size*8);
2603 = IntTy ? Type::getIntNTy(IntTy->getContext(), Size*8) : nullptr;
3128 SliceTy = Type::getIntNTy(*C, SliceSize * 8);
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp106 /// \brief Wraps llvm::Type::getIntNTy with some implicit arguments.
108 return llvm::Type::getIntNTy(Types.getLLVMContext(),
H A DCGObjC.cpp853 llvm::Type::getIntNTy(getLLVMContext(),
1129 llvm::Type::getIntNTy(getLLVMContext(),
H A DCGExpr.cpp2137 V = Builder.CreateBitCast(V, llvm::Type::getIntNTy(getLLVMContext(),
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1649 IntegerType *PtrTy = Type::getIntNTy(*DAG.getContext(), PtrSize);

Completed in 449 milliseconds