Home
last modified time | relevance | path

Searched defs:ComputeRange (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DIndexRangeCache.cpp35 RangeUI IndexRangeCache::ComputeRange(GLenum type, const GLvoid *indices, GLsizei count) in ComputeRange() function in rx::IndexRangeCache
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2226 static APInt ComputeRange(const APInt &First, const APInt &Last) { in ComputeRange() function