Home
last modified time | relevance | path

Searched refs:WeightsIdx (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfDataUtils.cpp43 constexpr unsigned WeightsIdx = 1; variable
54 assert(WeightsIdx < NOps && "Weights Index must be less than NOps."); in extractWeights()
55 Weights.resize(NOps - WeightsIdx); in extractWeights()
57 for (unsigned Idx = WeightsIdx, E = NOps; Idx != E; ++Idx) { in extractWeights()
63 Weights[Idx - WeightsIdx] = Weight->getZExtValue(); in extractWeights()