Searched refs:dstNumBits (Results 1 – 1 of 1) sorted by relevance
359 int dstNumBits = *dstElemType.getSizeInBytes(); in matchAndRewrite() local360 assert(dstNumBits > srcNumBits && dstNumBits % srcNumBits == 0); in matchAndRewrite()361 int ratio = dstNumBits / srcNumBits; in matchAndRewrite()382 int dstNumBits = *dstElemType.getSizeInBytes(); in matchAndRewrite() local383 assert(srcNumBits > dstNumBits && srcNumBits % dstNumBits == 0); in matchAndRewrite()384 int ratio = srcNumBits / dstNumBits; in matchAndRewrite()435 int dstNumBits = dstElemType.getIntOrFloatBitWidth(); in matchAndRewrite() local436 assert(srcNumBits > dstNumBits && srcNumBits % dstNumBits == 0); in matchAndRewrite()437 int ratio = srcNumBits / dstNumBits; in matchAndRewrite()