Home | History | Annotate | Download | only in Reader

Lines Matching refs:Index

462       // If Function attributes are using index 0 then transfer them
463 // to index ~0. Index 0 is used for return value attributes but used to be
2095 uint64_t Index = Record[OpNum];
2096 if ((unsigned)Index != Index)
2097 return Error("Invalid EXTRACTVAL index");
2098 EXTRACTVALIdx.push_back((unsigned)Index);
2119 uint64_t Index = Record[OpNum];
2120 if ((unsigned)Index != Index)
2121 return Error("Invalid INSERTVAL index");
2122 INSERTVALIdx.push_back((unsigned)Index);