Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:ST

1907       StructType *ST = cast<StructType>(CPV->getType());
1910 Bytes = TD->getStructLayout(ST)->getElementOffset(0) +
1911 TD->getTypeAllocSize(ST) -
1912 TD->getStructLayout(ST)->getElementOffset(i);
1914 Bytes = TD->getStructLayout(ST)->getElementOffset(i + 1) -
1915 TD->getStructLayout(ST)->getElementOffset(i);