Searched refs:FnTy (Results 1 – 2 of 2) sorted by relevance
1936 Type *FnTy = getTypeByID(Record[0]); in ParseConstants() local1937 if (!FnTy) in ParseConstants()1940 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy)); in ParseConstants()
2229 Type *FnTy = getTypeByID(Record[0]); in ParseConstants() local2230 if (!FnTy) in ParseConstants()2233 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy)); in ParseConstants()