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

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp198 Use *OL = OperandList, *InOL = LP.OperandList; local
200 OL[I] = InOL[I];
3329 Use *OL = OperandList, *InOL = SI.OperandList; local
3331 OL[i] = InOL[i];
3332 OL[i+1] = InOL[i+1];
3456 Use *OL = OperandList, *InOL = IBI.OperandList; local
3458 OL[i] = InOL[i];

Completed in 198 milliseconds