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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp331 PointerType *PTy = cast<PointerType>(T); local
334 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
335 unsigned AddressSpace = PTy->getAddressSpace();
1163 PointerType *PTy = cast<PointerType>(Callee->getType()); local
1164 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1229 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); local
1230 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1473 PointerType *PTy = cast<PointerType>(CurTy); local
1474 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),

Completed in 137 milliseconds