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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2155 const APInt &LEnd = cast<ConstantInt>(I->High)->getValue(); local
2157 APInt Range = ComputeRange(LEnd, RBegin);
2164 (LEnd - First + 1ULL).roundToDouble();
2171 << "LEnd: " << LEnd << ", RBegin: " << RBegin << '\n'

Completed in 151 milliseconds