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

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 153 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);
AddressSanitizer.cpp     [all...]
MemorySanitizer.cpp 331 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)));
    [all...]
  /external/lldb/source/Expression/
IRDynamicChecks.cpp 282 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
309 IntegerType *intptr_ty = llvm::Type::getIntNTy(m_module.getContext(),
IRForTarget.cpp 288 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
729 IntegerType *intptr_ty = Type::getIntNTy(m_module->getContext(),
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 414 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize);
Type.h 389 static IntegerType *getIntNTy(LLVMContext &C, unsigned N);
IRBuilder.h 288 return ConstantInt::get(getIntNTy(N), C);
326 IntegerType *getIntNTy(unsigned N) {
327 return Type::getIntNTy(Context, N);
    [all...]
  /external/llvm/unittests/IR/
ConstantsTest.cpp 118 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128);
  /external/llvm/lib/IR/
Type.cpp 238 IntegerType *Type::getIntNTy(LLVMContext &C, unsigned N) {
271 return getIntNTy(C, N)->getPointerTo(AS);
DataLayout.cpp 721 return Type::getIntNTy(C, LegalIntWidth);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 106 /// \brief Wraps llvm::Type::getIntNTy with some implicit arguments.
108 return llvm::Type::getIntNTy(Types.getLLVMContext(),
    [all...]
CGObjC.cpp     [all...]
CGExpr.cpp     [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 152 llvm::Type *Int128Ty = llvm::Type::getIntNTy(*Context, 128);
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 3156 milliseconds