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