Home
last modified time | relevance | path

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

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