Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp379 Type *I16PTy = PointerType::get(I16Ty, 0); in TEST() local
380 Constant *Aliasee = ConstantExpr::getBitCast(G, I16PTy); in TEST()
382 LLVMAddAlias(wrap(M.get()), wrap(I16PTy), wrap(Aliasee), "a"); in TEST()