Searched refs:FoldIdx (Results 1 – 2 of 2) sorted by relevance
229 unsigned FoldIdx) { in canFoldCopy() argument233 assert(FoldIdx<2 && "FoldIdx refers no nonexistent operand"); in canFoldCopy()235 const MachineOperand &FoldOp = MI->getOperand(FoldIdx); in canFoldCopy()236 const MachineOperand &LiveOp = MI->getOperand(1-FoldIdx); in canFoldCopy()
400 unsigned FoldIdx) { in canFoldCopy() argument404 assert(FoldIdx<2 && "FoldIdx refers no nonexistent operand"); in canFoldCopy()406 const MachineOperand &FoldOp = MI.getOperand(FoldIdx); in canFoldCopy()407 const MachineOperand &LiveOp = MI.getOperand(1 - FoldIdx); in canFoldCopy()