Home
last modified time | relevance | path

Searched refs:FnTy (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1936 Type *FnTy = getTypeByID(Record[0]); in ParseConstants() local
1937 if (!FnTy) in ParseConstants()
1940 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy)); in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2229 Type *FnTy = getTypeByID(Record[0]); in ParseConstants() local
2230 if (!FnTy) in ParseConstants()
2233 dyn_cast_or_null<Function>(ValueList.getConstantFwdRef(Record[1],FnTy)); in ParseConstants()