Searched defs:rLow (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAGBuilder.h | 144 const APInt &rLow = cast<ConstantInt>(Low)->getValue(); local 145 return (rHigh - rLow + 1ULL); |
Completed in 35 milliseconds