Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp331 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable() local
334 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() local
1164 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
1229 PointerType *PTy = cast<PointerType>(CI.getCalledValue()->getType()); in WriteInstruction() local
1230 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); in WriteInstruction()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1473 PointerType *PTy = cast<PointerType>(CurTy); in ParseConstants() local
1474 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()), in ParseConstants()