Home | History | Annotate | Download | only in Reader

Lines Matching refs:Index

424       // If Function attributes are using index 0 then transfer them
425 // to index ~0. Index 0 is used for return value attributes but used to be
2203 uint64_t Index = Record[OpNum];
2204 if ((unsigned)Index != Index)
2205 return Error("Invalid EXTRACTVAL index");
2206 EXTRACTVALIdx.push_back((unsigned)Index);
2227 uint64_t Index = Record[OpNum];
2228 if ((unsigned)Index != Index)
2229 return Error("Invalid INSERTVAL index");
2230 INSERTVALIdx.push_back((unsigned)Index);