Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Offset

89          && "Field offset mismatch!");
93 // Round up the field offset to the alignment of the field type.
968 llvm::Constant *Offset =
976 // Apply offset if necessary.
977 if (!Offset->isNullValue()) {
980 Casted = llvm::ConstantExpr::getGetElementPtr(Casted, Offset);
991 C = Offset;