Searched refs:CreateRefType (Results 1 – 3 of 3) sorted by relevance
79 i64RefType = CreateRefType(i64Type); in LMIRBuilder()80 i64RefRefType = CreateRefType(i64RefType); in LMIRBuilder()168 Type *LMIRBuilder::CreateRefType(Type *mirType) in CreateRefType() function in maple::litecg::LMIRBuilder
268 Type *CreateRefType(Type *mirType);
1007 … *memType = (lmirBuilder_->IsHeapPointerType(returnType)) ? lmirBuilder_->CreateRefType(returnType) in VisitLoad()2543 ? lmirBuilder_->CreateRefType(returnType) in VisitStore()