Home | History | Annotate | Download | only in IR

Lines Matching defs:OperandList

2272   Use *OperandList = getOperandList();
2274 OperandList[i+1] = IdxList[i];
2733 Use *OperandList = getOperandList();
2735 for (Use *O = OperandList, *E = OperandList+getNumOperands(); O != E; ++O) {
2738 OperandNo = (O - OperandList);
2765 Use *OperandList = getOperandList();
2775 for (Use *O = OperandList, *E = OperandList + getNumOperands(); O != E; ++O) {
2778 OperandNo = (O - OperandList);