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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h366 void getInRegsParamInfo(unsigned InRegsParamRecordIndex, argument
368 assert(InRegsParamRecordIndex < ByValRegs.size() &&
371 const ByValInfo& info = ByValRegs[InRegsParamRecordIndex];

Completed in 61 milliseconds