Home | History | Annotate | Download | only in CodeGen

Lines Matching full:offsetvalue

2219       llvm::Constant *OffsetValue = llvm::ConstantInt::get(IntTy, Offset);
2225 OffsetVar->setInitializer(OffsetValue);
2233 OffsetValue,
2236 IvarOffsets.push_back(OffsetValue);
2326 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr(
2332 offset->setInitializer(offsetValue);
2339 offset = new llvm::GlobalVariable(TheModule, offsetValue->getType(),
2340 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name);