reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4471 AttributeList PAL = getAttributes(Record[OpNum++]); 4472 unsigned CCInfo = Record[OpNum++]; 4473 BasicBlock *NormalBB = getBasicBlock(Record[OpNum++]); 4474 BasicBlock *UnwindBB = getBasicBlock(Record[OpNum++]); 4480 dyn_cast<FunctionType>(getFullyStructuredTypeByID(Record[OpNum++])); 4487 if (getValueTypePair(Record, OpNum, NextValueNo, Callee, &FullTy)) 4502 if (Record.size() < FTy->getNumParams() + OpNum) 4507 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) { 4508 Ops.push_back(getValue(Record, OpNum, NextValueNo, 4516 if (Record.size() != OpNum) 4520 while (OpNum != Record.size()) { 4523 if (getValueTypePair(Record, OpNum, NextValueNo, Op, &FullTy))