Home
last modified time | relevance | path

Searched refs:INSERTVALIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp5268 SmallVector<unsigned, 4> INSERTVALIdx; in parseFunctionBody() local
5284 INSERTVALIdx.push_back((unsigned)Index); in parseFunctionBody()
5294 I = InsertValueInst::Create(Agg, Val, INSERTVALIdx); in parseFunctionBody()