Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp401 unsigned FoldIdx) { in canFoldCopy() argument
405 assert(FoldIdx<2 && "FoldIdx refers no nonexistent operand"); in canFoldCopy()
407 const MachineOperand &FoldOp = MI->getOperand(FoldIdx); in canFoldCopy()
408 const MachineOperand &LiveOp = MI->getOperand(1-FoldIdx); in canFoldCopy()