Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DInstructionsTest.cpp303 VectorType *V2xi8PTy = VectorType::get(Ptri8Ty, 2); in TEST() local
332 CastInst *BTC0 = new BitCastInst(Gep0, V2xi8PTy); in TEST()
333 CastInst *BTC1 = new BitCastInst(Gep1, V2xi8PTy); in TEST()
334 CastInst *BTC2 = new BitCastInst(Gep2, V2xi8PTy); in TEST()
335 CastInst *BTC3 = new BitCastInst(Gep3, V2xi8PTy); in TEST()