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

1 2

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 167 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
516 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
530 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
547 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
561 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
SanitizerCoverage.cpp 189 IntptrTy = Type::getIntNTy(*C, DL->getPointerSizeInBits());
MemorySanitizer.cpp 420 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
425 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
716 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
788 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
    [all...]
AddressSanitizer.cpp     [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 434 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
Type.h 385 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
IRBuilder.h 280 return ConstantInt::get(getIntNTy(N), C);
321 IntegerType *getIntNTy(unsigned N) {
322 return Type::getIntNTy(Context, N);
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 132 llvm::Type *SizeTy = llvm::Type::getIntNTy(M.getContext(),
RSKernelExpand.cpp 194 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 141 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...]
CGObjC.cpp     [all...]
CGAtomic.cpp 91 CGF.Builder.getIntNTy(AtomicSizeInBits)->getPointerTo(),
    [all...]
CGExpr.cpp     [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 237 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) {
270 return getIntNTy(C, N)->getPointerTo(AS);
DataLayout.cpp 717 return Type::getIntNTy(C, LegalIntWidth);
ConstantFold.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 481 Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty)));
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 63 Value = Type::getIntNTy(Context, N);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 121 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 219 IntegerType *DstIntTy = Type::getIntNTy(C->getContext(), DstBitSize);
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 611 milliseconds

1 2