Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TypeSize

3188         uint64_t TypeSize = DL.getTypeAllocSize(GTI.getIndexedType());
3190 ConstantOffset += CI->getSExtValue()*TypeSize;
3191 } else if (TypeSize) { // Scales of zero don't do anything.
3198 VariableScale = TypeSize;