Searched refs:PTy (Results 1 – 2 of 2) sorted by relevance
331 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() local334 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()335 unsigned AddressSpace = PTy->getAddressSpace(); in WriteTypeTable()1163 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() local1164 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()1229 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() local1230 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1473 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants() local1474 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()