Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:IntType

53   llvm::Type *IntType = llvm::Type::getIntNTy(LLVMContext, Alignment);
55 return ABIArgInfo::getDirect(llvm::ArrayType::get(IntType, NumElements));