Searched refs:I16PTy (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 405 Type *I16PTy = PointerType::get(I16Ty, 0); in TEST() local 406 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy); in TEST() 408 LLVMAddAlias(wrap(M.get()), wrap(I16PTy), wrap(Aliasee), "a"); in TEST()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 404 Type *I16PTy = PointerType::get(I16Ty, 0); in TEST() local 405 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy); in TEST() 407 LLVMAddAlias(wrap(M.get()), wrap(I16PTy), wrap(Aliasee), "a"); in TEST()
|