Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2326 auto &GEPInst = cast<GetElementPtrInst>(I); in writeInstruction() local
2327 Vals.push_back(GEPInst.isInBounds()); in writeInstruction()
2328 Vals.push_back(VE.getTypeID(GEPInst.getSourceElementType())); in writeInstruction()