Home
last modified time | relevance | path

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

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