Searched defs:destinationType (Results 1 – 3 of 3) sorted by relevance
26 private final DataType destinationType; field in CastOp41 public CastOp(DataType destinationType) { in CastOp()
31 gl::DrawElementsType destinationType, in ConvertIndexArray()57 gl::DrawElementsType destinationType, in ConvertIndices()
861 auto destinationType = extractOp.getResult().getType().cast<VectorType>(); in foldExtractFromShapeCast() local