Searched defs:GEPInst (Results 1 - 1 of 1) sorted by relevance

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

Completed in 140 milliseconds