Searched refs:ParamTypeRecs (Results 1 – 1 of 1) sorted by relevance
112 SmallVector<const Record *> ParamTypeRecs; in DXILOperationDesc() local114 ParamTypeRecs.push_back(R->getValueAsDef("result")); in DXILOperationDesc()116 llvm::append_range(ParamTypeRecs, R->getValueAsListOfDefs("arguments")); in DXILOperationDesc()117 size_t ParamTypeRecsSize = ParamTypeRecs.size(); in DXILOperationDesc()127 const Record *TR = ParamTypeRecs[I]; in DXILOperationDesc()131 assert(TR == ParamTypeRecs[OverloadParamIndex] && in DXILOperationDesc()