Lines Matching refs:OperandList
2085 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local
2087 for (Use *O = OperandList, *E = OperandList + getNumOperands(); O != E; ++O) { in handleOperandChangeImpl()
2090 OperandNo = (O - OperandList); in handleOperandChangeImpl()
2759 Use *OperandList = getOperandList(); in GetElementPtrConstantExpr() local
2761 OperandList[i+1] = IdxList[i]; in GetElementPtrConstantExpr()
3251 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local
3253 for (Use *O = OperandList, *E = OperandList+getNumOperands(); O != E; ++O) { in handleOperandChangeImpl()
3256 OperandNo = (O - OperandList); in handleOperandChangeImpl()
3283 Use *OperandList = getOperandList(); in handleOperandChangeImpl() local
3293 for (Use *O = OperandList, *E = OperandList + getNumOperands(); O != E; ++O) { in handleOperandChangeImpl()
3296 OperandNo = (O - OperandList); in handleOperandChangeImpl()