Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp323 Optional<int64_t> CommonOffset; in detectAndFoldOffset() local
355 if (CommonOffset && Offset != CommonOffset) in detectAndFoldOffset()
357 CommonOffset = Offset; in detectAndFoldOffset()
364 HiLUI.getOperand(1).setOffset(*CommonOffset); in detectAndFoldOffset()
366 ImmOp.setOffset(*CommonOffset); in detectAndFoldOffset()