Searched defs:findCommutedOpIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp59 // the two operands returned by findCommutedOpIndices.
68 if (!findCommutedOpIndices(MI, Idx1, Idx2)) {
118 /// findCommutedOpIndices - If specified MI is commutable, return the two
121 bool TargetInstrInfoImpl::findCommutedOpIndices(MachineInstr *MI, function in class:TargetInstrInfoImpl

Completed in 524 milliseconds