Searched refs:scalarTypeId (Results 1 – 2 of 2) sorted by relevance
211 Id scalarTypeId = getScalarTypeId(typeId); in getScalarTypeWidth() local212 … assert(getTypeClass(scalarTypeId) == OpTypeInt || getTypeClass(scalarTypeId) == OpTypeFloat); in getScalarTypeWidth()213 return module.getInstruction(scalarTypeId)->getImmediateOperand(0); in getScalarTypeWidth()
2155 Id scalarTypeId = getScalarTypeId(resultTypeId); in createConstructor() local2176 latchResult(createRvalueSwizzle(precision, scalarTypeId, sourceArg, swiz)); in createConstructor()2197 latchResult(createCompositeExtract(sourceArg, scalarTypeId, indexes)); in createConstructor()