Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:offsetValue

2229       llvm::Constant *OffsetValue = llvm::ConstantInt::get(IntTy, Offset);
2235 OffsetVar->setInitializer(OffsetValue);
2243 OffsetValue,
2246 OffsetValue);
2334 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr(
2340 offset->setInitializer(offsetValue);
2347 offset = new llvm::GlobalVariable(TheModule, offsetValue->getType(),
2348 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name);