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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h589 int findFirstPredOperandIdx() const { function in class:llvm::MCInstrDesc
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1144 /// findFirstPredOperandIdx() - Find the index of the first operand in the
1147 int MachineInstr::findFirstPredOperandIdx() const { function in class:MachineInstr
1148 // Don't call MCID.findFirstPredOperandIdx() because this variant

Completed in 87 milliseconds