Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDivergenceAnalysis.h39 bool isDivergent(const Value *V) const { return DivergentValues.count(V); } in isDivergent() function
42 bool isUniform(const Value *V) const { return !isDivergent(V); } in isUniform()