Home | History | Annotate | Download | only in Scalar

Lines Matching refs:TypeSize

1102         uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType());
1104 ConstantOffset += CI->getSExtValue()*TypeSize;
1105 } else if (TypeSize) { // Scales of zero don't do anything.
1112 VariableScale = TypeSize;