Searched refs:getGlobalObjectValueTypeID (Results 1 – 1 of 1) sorted by relevance
359 unsigned getGlobalObjectValueTypeID(Type *T, const GlobalObject *G);532 unsigned DXILBitcodeWriter::getGlobalObjectValueTypeID(Type *T, in getGlobalObjectValueTypeID() function in DXILBitcodeWriter1193 MaxGlobalType, getGlobalObjectValueTypeID(GV.getValueType(), &GV)); in writeModuleInfo()1265 Vals.push_back(getGlobalObjectValueTypeID(GV.getValueType(), &GV)); in writeModuleInfo()1301 Vals.push_back(getGlobalObjectValueTypeID(F.getFunctionType(), &F)); in writeModuleInfo()2517 Vals.push_back(getGlobalObjectValueTypeID(FTy, CI.getCalledFunction())); in writeInstruction()