Home | History | Annotate | Download | only in NVPTX

Lines Matching full:numbits

1268     unsigned NumBits = cast<IntegerType>(Ty)->getBitWidth();
1269 if (NumBits == 1)
1271 else if (NumBits <= 64) {
1273 return name + utostr(NumBits);