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

/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();
1199 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1200 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1262 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1263 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());
1324 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1325 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1928 PointerType *PTy = cast<PointerType>(CurTy); local
1929 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
2312 auto *PTy = dyn_cast<PointerType>(Ty);
2313 if (!PTy)
2317 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),
/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();
1230 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1231 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1358 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1359 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2221 PointerType *PTy = cast<PointerType>(CurTy); local
2222 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
2579 auto *PTy = dyn_cast<PointerType>(Ty);
2580 if (!PTy)
2584 GlobalAlias::create(PTy->getElementType(), PTy->getAddressSpace(),

Completed in 32 milliseconds