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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp325 PointerType *PTy = cast<PointerType>(T); local
328 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
329 unsigned AddressSpace = PTy->getAddressSpace();
1187 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1188 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1250 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1251 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp265 PointerType *PTy = cast<PointerType>(T); local
268 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
269 unsigned AddressSpace = PTy->getAddressSpace();
1141 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1142 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1267 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1268 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();
1237 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1238 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1363 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1364 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1522 PointerType *PTy = cast<PointerType>(CurTy); local
1523 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1822 PointerType *PTy = cast<PointerType>(CurTy); local
1823 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),

Completed in 162 milliseconds