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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h869 /// findInlineAsmFlagIdx() - Find the index of the flag word operand that
879 int findInlineAsmFlagIdx(unsigned OpIdx, unsigned *GroupNo = nullptr) const;
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp939 int MachineInstr::findInlineAsmFlagIdx(unsigned OpIdx, function in class:MachineInstr
988 int FlagIdx = findInlineAsmFlagIdx(OpIdx);

Completed in 129 milliseconds