Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4164 Type *FullBaseTy = nullptr; in parseFunctionBody() local
4165 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr, &FullBaseTy)) in parseFunctionBody()
4170 getPointerElementTypes(FullBaseTy->getScalarType()); in parseFunctionBody()
4171 } else if (!cast<PointerType>(FullBaseTy->getScalarType()) in parseFunctionBody()