Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getDestTy

1992   if (Val->getType() != BC->getDestTy()) {
1993 Val = new BitCastInst(Val, BC->getDestTy(), "", BC);