Searched refs:getLLVMType (Results 1 – 4 of 4) sorted by relevance
148 llvm::Type *T1 = F->getType()->getLLVMType(); in checkParameterPacketType()
938 return getRSContext()->getDataLayout().getTypeStoreSize(getLLVMType()); in getStoreSize()942 return getRSContext()->getDataLayout().getTypeAllocSize(getLLVMType()); in getAllocSize()1276 llvm::Type *PointeeType = mPointeeType->getLLVMType(); in convertToLLVMType()1464 return llvm::ArrayType::get(mElementType->getLLVMType(), getNumElement()); in convertToLLVMType()1569 FieldTypes.push_back(FET->getLLVMType()); in convertToLLVMType()
291 inline llvm::Type *getLLVMType() const { in getLLVMType() function
962 Expected->getLLVMType()->dump(); in dumpExportFunctionInfo()