Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3312 bool DstIsVec = isa<VectorType>(DstTy); in castIsValid() local
3321 ElementCount DstEC = DstIsVec ? cast<VectorType>(DstTy)->getElementCount() in castIsValid()
3377 if (SrcIsVec && DstIsVec) in castIsValid()
3381 if (DstIsVec) in castIsValid()