Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28433 bool IsOpLoad = isa<LoadSDNode>(C.getNode()) && in GatherAllAliases() local
28435 if ((IsLoad && IsOpLoad) || !mayAlias(N, C.getNode())) { in GatherAllAliases()