Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19177 bool IsOpLoad = isa<LoadSDNode>(Chain.getNode()) && in GatherAllAliases() local
19181 if (!(IsLoad && IsOpLoad) && in GatherAllAliases()