Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp5642 bool IsDestTypeVector = DestTy->isVectorTy(); in visitIntrinsicCall() local
5643 Check(SrcTy->isVectorTy() == IsDestTypeVector, in visitIntrinsicCall()
5647 if (IsDestTypeVector) { in visitIntrinsicCall()