reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4554 AttributeList PAL = getAttributes(Record[OpNum++]); 4555 unsigned CCInfo = Record[OpNum++]; 4557 BasicBlock *DefaultDest = getBasicBlock(Record[OpNum++]); 4558 unsigned NumIndirectDests = Record[OpNum++]; 4561 IndirectDests.push_back(getBasicBlock(Record[OpNum++])); 4567 dyn_cast<FunctionType>(getFullyStructuredTypeByID(Record[OpNum++])); 4574 if (getValueTypePair(Record, OpNum, NextValueNo, Callee, &FullTy)) 4589 if (Record.size() < FTy->getNumParams() + OpNum) 4594 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) { 4596 Args.push_back(getBasicBlock(Record[OpNum])); 4598 Args.push_back(getValue(Record, OpNum, NextValueNo, 4606 if (OpNum != Record.size()) 4609 while (OpNum != Record.size()) { 4611 if (getValueTypePair(Record, OpNum, NextValueNo, Op))