Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp317 Optional<bool> ConstantMatches = constantMatches(V, GVN, GVNToConstant); in collectRegionsConstants() local
318 if (ConstantMatches.hasValue()) { in collectRegionsConstants()
319 if (ConstantMatches.getValue()) in collectRegionsConstants()