Searched refs:highValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2431 const APInt& highValue = cast<ConstantInt>(I->High)->getValue(); local
2434 uint64_t hi = (highValue - lowBound).getZExtValue();

Completed in 85 milliseconds