Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getLLVMContext

95   return llvm::IntegerType::get(getLLVMContext(),
323 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
328 ResultType = llvm::Type::getInt1Ty(getLLVMContext());
347 ResultType = llvm::IntegerType::get(getLLVMContext(),
353 ResultType = getTypeForFormat(getLLVMContext(),
360 ResultType = getTypeForFormat(getLLVMContext(),
367 ResultType = llvm::Type::getInt8PtrTy(getLLVMContext());
372 ResultType = llvm::IntegerType::get(getLLVMContext(), 128);
414 PointeeType = llvm::Type::getInt8Ty(getLLVMContext());
438 ResultType = llvm::Type::getInt8Ty(getLLVMContext());
451 EltTy = llvm::Type::getInt8Ty(getLLVMContext());
483 ResultType = llvm::StructType::get(getLLVMContext());
493 ResultType = llvm::StructType::get(getLLVMContext());
515 ResultType = llvm::StructType::get(getLLVMContext());
544 T = llvm::StructType::create(getLLVMContext());
566 ResultType = llvm::Type::getInt32Ty(getLLVMContext());
597 ResultType = llvm::StructType::get(getLLVMContext(),
628 Entry = llvm::StructType::create(getLLVMContext());