Searched refs:V2xi8PTy (Results 1 – 2 of 2) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 303 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 315 VectorType *V2xi8PTy = VectorType::get(Ptri8Ty, 2); in TEST() local 344 CastInst *BTC0 = new BitCastInst(Gep0, V2xi8PTy); in TEST() 345 CastInst *BTC1 = new BitCastInst(Gep1, V2xi8PTy); in TEST() 346 CastInst *BTC2 = new BitCastInst(Gep2, V2xi8PTy); in TEST() 347 CastInst *BTC3 = new BitCastInst(Gep3, V2xi8PTy); in TEST()
|