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