Searched refs:getLLVMType (Results 1 – 4 of 4) sorted by relevance
148 llvm::Type *T1 = F->getType()->getLLVMType(); in checkParameterPacketType()
864 return getRSContext()->getDataLayout()->getTypeStoreSize(getLLVMType()); in getStoreSize()868 return getRSContext()->getDataLayout()->getTypeAllocSize(getLLVMType()); in getAllocSize()1195 llvm::Type *PointeeType = mPointeeType->getLLVMType(); in convertToLLVMType()1379 return llvm::ArrayType::get(mElementType->getLLVMType(), getSize()); in convertToLLVMType()1472 FieldTypes.push_back(FET->getLLVMType()); in convertToLLVMType()
259 inline llvm::Type *getLLVMType() const { in getLLVMType() function
321 Expected->getLLVMType()->dump(); in dumpExportFunctionInfo()