Searched refs:getParamIndex (Results 1 – 4 of 4) sorted by relevance
72 int param = getParamIndex(insn); in run()149 private int getParamIndex(NormalSsaInsn insn) { in getParamIndex() method in MoveParamCombiner
273 return PCC->getParamIndex(); in clang_ParamCommandComment_getParamIndex()369 LHSIndex = LHS->getParamIndex(); in operator ()()371 RHSIndex = RHS->getParamIndex(); in operator ()()667 << C->getParamIndex() in visitParamCommandComment()677 << C->getParamIndex() in visitParamCommandComment()961 Result << "<Index>" << C->getParamIndex() << "</Index>"; in visitParamCommandComment()
189 OS << " ParamIndex=" << C->getParamIndex(); in visitParamCommandComment()
742 unsigned getParamIndex() const LLVM_READONLY { in getParamIndex() function