Lines Matching defs:SrcTy
88 Type *SrcTy = Op->getOperand(0)->getType();
94 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
99 Type *SrcTy = V->getType();
100 if (SrcTy == DestTy)
136 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) {
137 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
139 SrcTy = NULL;