HomeSort by relevance Sort by last modified time
    Searched refs:getIntNTy (Results 1 - 25 of 35) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/unittests/VMCore/
ConstantsTest.cpp 115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 181 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
575 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
596 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
613 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
627 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
SanitizerCoverage.cpp 213 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits());
MemorySanitizer.cpp 433 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
438 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
737 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
809 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
    [all...]
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
Type.h 377 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
IRBuilder.h 302 return ConstantInt::get(getIntNTy(N), C);
343 IntegerType *getIntNTy(unsigned N) {
344 return Type::getIntNTy(Context, N);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Type.h 316 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 132 llvm::Type *SizeTy = llvm::Type::getIntNTy(M.getContext(),
RSKernelExpand.cpp 217 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 140 llvm::Type::getIntNTy(CGF.getLLVMContext(),
CGRecordLayoutBuilder.cpp 121 /// \brief Wraps llvm::Type::getIntNTy with some implicit arguments.
123 return llvm::Type::getIntNTy(Types.getLLVMContext(),
    [all...]
  /external/llvm/lib/IR/
Type.cpp 173 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) {
206 return getIntNTy(C, N)->getPointerTo(AS);
DataLayout.cpp 717 return Type::getIntNTy(C, LegalIntWidth);
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 675 StoreTy = Type::getIntNTy(F.getParent()->getContext(),
830 LoadTy = Type::getIntNTy(F.getParent()->getContext(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 216 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) {
245 return getIntNTy(C, N)->getPointerTo(AS);
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 311 Type * sizeTy = Type::getIntNTy(*Ctx, M->getDataLayout().getPointerSizeInBits(0));
  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 608 Ret.WordType = Type::getIntNTy(Ctx, WordSize * 8);
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 62 Value = Type::getIntNTy(Context, N);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 124 IntegerType *Int128Ty = Type::getIntNTy(Context, 128);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 224 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
429 MapTy = PointerType::getIntNTy(C->getContext(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 485 Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty)));
    [all...]

Completed in 1285 milliseconds

1 2