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

/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCExpandVAArg.cpp42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
54 llvm::Value *addr_typed = builder.CreateBitCast(addr, pty);
/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCExpandVAArg.cpp42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
68 llvm::Value *addr_typed = builder.CreateBitCast(addr, pty);
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCExpandVAArg.cpp42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
63 addr_typed = builder.CreateIntToPtr(and_v, pty);
66 addr_typed = builder.CreateBitCast(addr, pty);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2472 XAuint32 * pty
2477 XAchar * pty
2497 XAuint32 pty,

Completed in 115 milliseconds