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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2011 static APInt ComputeRange(const APInt &First, const APInt &Last) { function
2036 APInt Range = ComputeRange(First, Last);
2157 APInt Range = ComputeRange(LEnd, RBegin);

Completed in 126 milliseconds