Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:NumBits

1315     unsigned NumBits = cast<IntegerType>(Ty)->getBitWidth();
1316 if (NumBits == 1)
1318 else if (NumBits <= 64) {
1320 return name + utostr(NumBits);