Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp606 Type *getPointerElementFlatType(Type *Ty) { in getPointerElementFlatType() function in __anon8c0d27130411::BitcodeReader
2701 getPointerElementFlatType(Elt0FullTy->getScalarType()); in parseConstants()
2836 cast<FunctionType>(getPointerElementFlatType(CurFullTy)), AsmStr, in parseConstants()
2862 cast<FunctionType>(getPointerElementFlatType(CurFullTy)), AsmStr, in parseConstants()
2889 cast<FunctionType>(getPointerElementFlatType(CurFullTy)), AsmStr, in parseConstants()
3379 Type *PtrEltTy = getPointerElementFlatType(PTy); in parseFunctionRecord()
3866 Type *PtrEltTy = getPointerElementFlatType(ArgsFullTys[i]); in propagateByValSRetTypes()
4698 } else if (getPointerElementFlatType(FullTy) != FTy) in parseFunctionBody()
4785 } else if (getPointerElementFlatType(FullTy) != FTy) in parseFunctionBody()
5053 getPointerElementFlatType(FullTy), Val)) || in parseFunctionBody()
[all …]