reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4994 AttributeList PAL = getAttributes(Record[OpNum++]); 4995 unsigned CCInfo = Record[OpNum++]; 4999 FMF = getDecodedFastMathFlags(Record[OpNum++]); 5008 dyn_cast<FunctionType>(getFullyStructuredTypeByID(Record[OpNum++])); 5015 if (getValueTypePair(Record, OpNum, NextValueNo, Callee, &FullTy)) 5030 if (Record.size() < FTy->getNumParams() + OpNum) 5036 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) { 5038 Args.push_back(getBasicBlock(Record[OpNum])); 5040 Args.push_back(getValue(Record, OpNum, NextValueNo, 5049 if (OpNum != Record.size()) 5052 while (OpNum != Record.size()) { 5055 if (getValueTypePair(Record, OpNum, NextValueNo, Op, &FullTy))