Home
last modified time | relevance | path

Searched defs:NewVecTy (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DAutoUpgrade.cpp772 Type *NewVecTy = VectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall() local
1306 Type *NewVecTy = VectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1745 Type *NewVecTy = VectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall() local
3638 Type *NewVecTy = VectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DAutoUpgrade.cpp2151 auto *NewVecTy = FixedVectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall() local
4201 auto *NewVecTy = FixedVectorType::get(Type::getInt64Ty(C), 2); in UpgradeIntrinsicCall() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11518 MVT NewVecTy = MVT::getVectorVT(NewEltTy, NewEltCount); in LowerVECTOR_SHUFFLE() local