Searched refs:weightValues (Results 1 – 1 of 1) sorted by relevance
420 auto weightValues = weights->getValues<APInt>(); in convertOperationImpl() local421 auto trueWeight = weightValues[0].getSExtValue(); in convertOperationImpl()422 auto falseWeight = weightValues[1].getSExtValue(); in convertOperationImpl()439 llvm::SmallVector<uint32_t> weightValues; in convertOperationImpl() local440 weightValues.reserve(weights->size()); in convertOperationImpl()442 weightValues.push_back(weight.getLimitedValue()); in convertOperationImpl()444 .createBranchWeights(weightValues); in convertOperationImpl()