Searched defs:PTy (Results 1 - 5 of 5) sorted by last modified time

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1916 PointerType *PTy = cast<PointerType>(CurTy); local
1917 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
2300 auto *PTy = dyn_cast<PointerType>(Ty);
2301 if (!PTy)
2305 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2210 PointerType *PTy = cast<PointerType>(CurTy); local
2211 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
2568 auto *PTy = dyn_cast<PointerType>(Ty);
2569 if (!PTy)
2573 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp282 PointerType *PTy = cast<PointerType>(T); local
285 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
286 unsigned AddressSpace = PTy->getAddressSpace();
1198 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1199 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1261 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1262 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp267 PointerType *PTy = cast<PointerType>(T); local
270 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
271 unsigned AddressSpace = PTy->getAddressSpace();
1197 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1198 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1323 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1324 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp270 PointerType *PTy = cast<PointerType>(T); local
273 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
274 unsigned AddressSpace = PTy->getAddressSpace();
1238 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1239 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1365 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1366 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());

Completed in 50 milliseconds