Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMergeFunctions.cpp330 std::optional<Constant *> OldConst; in checkConstLocationCompatible() local
340 OldConst = CurrConst; in checkConstLocationCompatible()
341 } else if (CurrConst != *OldConst || CurrHash != *OldHash) { in checkConstLocationCompatible()