reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
 2757     const Value *Callee = II->getCalledValue();
 2758     FunctionType *FTy = II->getFunctionType();
 2760     if (II->hasOperandBundles())
 2761       writeOperandBundles(II, InstID);
 2765     Vals.push_back(VE.getAttributeListID(II->getAttributes()));
 2766     Vals.push_back(II->getCallingConv() | 1 << 13);
 2767     Vals.push_back(VE.getValueID(II->getNormalDest()));
 2768     Vals.push_back(VE.getValueID(II->getUnwindDest()));
 2778       for (unsigned i = FTy->getNumParams(), e = II->getNumArgOperands();