MCPcopy Create free account
hub / github.com/csyonghe/Spire / IsUIntVector

Method IsUIntVector

Source/SpireCore/IL.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 bool ILType::IsUIntVector()
210 {
211 auto basicType = dynamic_cast<ILBasicType*>(this);
212 if (basicType)
213 return basicType->Type == ILBaseType::UInt2 || basicType->Type == ILBaseType::UInt3 || basicType->Type == ILBaseType::UInt4;
214 else
215 return false;
216 }
217
218 bool ILType::IsFloatVector()
219 {

Callers 6

ConvertBasicTypeMethod · 0.80
PrintUnaryInstrMethod · 0.80
PrintBinaryInstrMethod · 0.80
PrintExportInstrMethod · 0.80
PrintImportInstrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected