Searched refs:PTy (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp329 PointerType *PTy = cast<PointerType>(T); local
332 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
333 unsigned AddressSpace = PTy->getAddressSpace();
1174 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1175 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1237 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1238 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp269 PointerType *PTy = cast<PointerType>(T); local
272 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
273 unsigned AddressSpace = PTy->getAddressSpace();
1128 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1129 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1254 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1255 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp275 PointerType *PTy = cast<PointerType>(T); local
278 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
279 unsigned AddressSpace = PTy->getAddressSpace();
1185 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1186 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1311 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1312 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1562 PointerType *PTy = cast<PointerType>(CurTy); local
1563 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
1933 auto *PTy = dyn_cast<PointerType>(Ty);
1934 if (!PTy)
1938 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1861 PointerType *PTy = cast<PointerType>(CurTy); local
1862 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
2206 auto *PTy = dyn_cast<PointerType>(Ty);
2207 if (!PTy)
2211 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),

Completed in 5225 milliseconds