Home | History | Annotate | Download | only in IR

Lines Matching defs:SrcTy

85   Type *SrcTy = Op->getOperand(0)->getType();
94 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
100 Type *SrcTy = V->getType();
101 if (SrcTy == DestTy)
138 if (VectorType *SrcTy = dyn_cast<VectorType>(V->getType())) {
139 assert(DestPTy->getBitWidth() == SrcTy->getBitWidth() &&
141 SrcTy = NULL;