Searched refs:DstIsVec (Results 1 – 1 of 1) sorted by relevance
3258 bool DstIsVec = isa<VectorType>(DstTy); in castIsValid() local3267 ElementCount DstEC = DstIsVec ? cast<VectorType>(DstTy)->getElementCount() in castIsValid()3323 if (SrcIsVec && DstIsVec) in castIsValid()3327 if (DstIsVec) in castIsValid()