Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5384 bool IsDestTypeVector = DestTy->isVectorTy(); in visitIntrinsicCall() local
5385 Check(SrcTy->isVectorTy() == IsDestTypeVector, in visitIntrinsicCall()
5389 if (IsDestTypeVector) { in visitIntrinsicCall()