Home | History | Annotate | Download | only in Scalar

Lines Matching refs:getDestTy

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