Home | History | Annotate | Download | only in ADT

Lines Matching refs:integerPartWidth

844     integerPart singleWord = ~integerPart(0) << (integerPartWidth - 1);
921 APInt A2(integerPartWidth*4, E2);
923 for (unsigned j = 0; j < integerPartWidth; ++j) {
925 A2[i*integerPartWidth + j]);
960 APInt A4(integerPartWidth*4, I4);
965 APInt A5(integerPartWidth*4, I5);
970 APInt A6(integerPartWidth*4, I6);