Searched refs:numBoolBits (Results 1 – 1 of 1) sorted by relevance
388 unsigned numBoolBits = options.boolNumBits; in convertBoolMemrefType() local389 if (numBoolBits != 8) { in convertBoolMemrefType()394 auto elementType = IntegerType::get(type.getContext(), numBoolBits) in convertBoolMemrefType()415 int64_t memrefSize = (type.getNumElements() * numBoolBits + 7) / 8; in convertBoolMemrefType()