Home | History | Annotate | Download | only in Reader

Lines Matching refs:FnTy

1316       Type *FnTy = getTypeByID(Record[0]);
1317 if (FnTy == 0) return Error("Invalid CE_BLOCKADDRESS record");
1319 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy));
2320 // INVOKE: [attrs, cc, normBB, unwindBB, fnty, op0,op1,op2, ...]
2575 // CALL: [paramattrs, cc, fnty, fnid, arg0, arg1...]