Searched refs:LocalOperands (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1698 /// LocalOperands - Operands for this instruction, if they fit here. If
1700 SDUse LocalOperands[4]; member in class:llvm::SDNode::MachineSDNode
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5206 if (NumOps > array_lengthof(MN->LocalOperands))
5213 MN->InitOperands(MN->LocalOperands, Ops, NumOps);
5391 if (NumOps > array_lengthof(N->LocalOperands))
5398 N->InitOperands(N->LocalOperands, Ops, NumOps);

Completed in 143 milliseconds