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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp339 PointerType *PTy = cast<PointerType>(T); local
342 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
343 unsigned AddressSpace = PTy->getAddressSpace();
1205 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1206 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1268 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1269 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp278 PointerType *PTy = cast<PointerType>(T); local
281 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
282 unsigned AddressSpace = PTy->getAddressSpace();
1159 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1160 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1285 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1286 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1538 PointerType *PTy = cast<PointerType>(CurTy); local
1539 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1836 PointerType *PTy = cast<PointerType>(CurTy); local
1837 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),

Completed in 80 milliseconds