Searched defs:pty (Results 1 - 3 of 3) sorted by relevance

/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/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/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);

Completed in 160 milliseconds