Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1688 auto &GEPInst = cast<GetElementPtrInst>(I); in WriteInstruction() local
1689 Vals.push_back(GEPInst.isInBounds()); in WriteInstruction()
1690 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType())); in WriteInstruction()