Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateBitCast

1669     Value *BitcastC = Builder.CreateBitCast(C, A->getType());
1670 Value *BitcastD = Builder.CreateBitCast(D, A->getType());
1672 return Builder.CreateBitCast(Select, OrigType);