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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp996 unsigned idxOperand, e; local
998 for (idxOperand = 1, e = GEP.getNumOperands(); idxOperand < e;
999 idxOperand++) {
1000 ConstantInt *IDX = dyn_cast<ConstantInt>(GEP.getOperand(idxOperand));
1007 if (idxOperand + 1 != e) {
1014 computePolynomial(*GEP.getOperand(idxOperand), Result);

Completed in 122 milliseconds