HomeSort by: relevance | last modified time | path
    Searched defs:constantMatches (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 223 constantMatches(Value *V, unsigned GVN,
317 Optional<bool> ConstantMatches = constantMatches(V, GVN, GVNToConstant);
318 if (ConstantMatches.hasValue()) {
319 if (ConstantMatches.getValue())
IROutliner.cpp 223 constantMatches(Value *V, unsigned GVN,
317 Optional<bool> ConstantMatches = constantMatches(V, GVN, GVNToConstant);
318 if (ConstantMatches.hasValue()) {
319 if (ConstantMatches.getValue())

Completed in 52 milliseconds