Home
last modified time | relevance | path

Searched refs:offsetValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp635 Value offsetValue = getValueOrCreateConstantIndexOp( in matchAndRewrite() local
638 applyMapToValues(rewriter, loc, addMap, {offsetValue, padValue})[0]); in matchAndRewrite()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3651 llvm::Constant *offsetValue = llvm::ConstantExpr::getGetElementPtr( in GenerateClass() local
3657 offset->setInitializer(offsetValue); in GenerateClass()
3664 new llvm::GlobalVariable(TheModule, offsetValue->getType(), in GenerateClass()
3665 false, llvm::GlobalValue::ExternalLinkage, offsetValue, Name); in GenerateClass()