Home
last modified time | relevance | path

Searched refs:IceTy (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp172 Ice::Variable *mapValueToIceVar(const Value *V, Ice::Type IceTy) { in mapValueToIceVar() argument
173 if (IceTy == Ice::IceType_void) in mapValueToIceVar()
176 VarMap[V] = Func->makeVariable(IceTy); in mapValueToIceVar()
197 Ice::Type IceTy = TypeConverter.convertToIceType(LLVMTy); in convertToIceType() local
198 if (IceTy == Ice::IceType_NUM) in convertToIceType()
201 return IceTy; in convertToIceType()