Searched defs:V2Int64Ty (Results 1 – 2 of 2) sorted by relevance
78 auto *V2Int64Ty = dyn_cast<FixedVectorType>( in TEST() local 287 auto *V2Int64Ty = FixedVectorType::get(Int64Ty, 2); TEST() local [all...]
215 Type *V2Int64Ty = FixedVectorType::get(Int64Ty, 2); TEST() local