Home
last modified time | relevance | path

Searched refs:FoldIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp453 unsigned FoldIdx) { in canFoldCopy() argument
457 assert(FoldIdx<2 && "FoldIdx refers no nonexistent operand"); in canFoldCopy()
459 const MachineOperand &FoldOp = MI.getOperand(FoldIdx); in canFoldCopy()
460 const MachineOperand &LiveOp = MI.getOperand(1 - FoldIdx); in canFoldCopy()