Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:isInteger

298               if (elemtype.isInteger() && (sz < 8)) sz = 8;
327 if (elemtype.isInteger() && (sz < 32)) sz = 32;
394 if (elemtype.isInteger() && (sz < 32)) sz = 32;
448 if (VT.isInteger() && (sz < 32)) sz = 32;
509 if (elemtype.isInteger() && (sz < 8)) sz = 8;
542 if (elemtype.isInteger() && (sz < 32)) sz = 32;
591 if (elemtype.isInteger() && (sz < 32)) sz = 32;
594 if (elemtype.isInteger() && (sz < 8)) sz = 8;
724 if (Ins[i].VT.isInteger() && (sz < 8)) sz = 8;