Searched refs:AsmOpIdx (Results 1 – 1 of 1) sorted by relevance
661 unsigned AsmOpIdx);1482 unsigned AsmOpIdx) { in buildInstructionOperandReference() argument1485 MatchableInfo::AsmOperand *Op = &II->AsmOperands[AsmOpIdx]; in buildInstructionOperandReference()1506 II->AsmOperands.insert(II->AsmOperands.begin()+AsmOpIdx+SI, NewAsmOp); in buildInstructionOperandReference()1509 Op = &II->AsmOperands[AsmOpIdx]; // update the pointer in case it moved in buildInstructionOperandReference()