Searched refs:CreateRefType (Results 1 – 3 of 3) sorted by relevance
78 i64RefType = CreateRefType(i64Type); in LMIRBuilder()166 Type *LMIRBuilder::CreateRefType(Type *mirType) in CreateRefType() function in maple::litecg::LMIRBuilder
267 Type *CreateRefType(Type *mirType);
613 … *memType = (lmirBuilder_->IsHeapPointerType(returnType)) ? lmirBuilder_->CreateRefType(returnType) in VisitLoad()1820 ? lmirBuilder_->CreateRefType(returnType) in VisitStore()