Searched refs:IceTy (Results 1 – 1 of 1) sorted by relevance
172 Ice::Variable *mapValueToIceVar(const Value *V, Ice::Type IceTy) { in mapValueToIceVar() argument173 if (IceTy == Ice::IceType_void) in mapValueToIceVar()176 VarMap[V] = Func->makeVariable(IceTy); in mapValueToIceVar()197 Ice::Type IceTy = TypeConverter.convertToIceType(LLVMTy); in convertToIceType() local198 if (IceTy == Ice::IceType_NUM) in convertToIceType()201 return IceTy; in convertToIceType()