Home | History | Annotate | Download | only in IR

Lines Matching refs:getBitCast

1513   case Instruction::BitCast:  return getBitCast(C, Ty);
1520 return getBitCast(C, Ty);
1526 return getBitCast(C, Ty);
1532 return getBitCast(C, Ty);
1548 return getBitCast(S, Ty);
1559 return getBitCast(S, Ty);
1721 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy) {
1747 C = getBitCast(C, MidTy);