Home | History | Annotate | Download | only in IR

Lines Matching refs:getBitCast

1458   case Instruction::BitCast:  return getBitCast(C, Ty);
1464 return getBitCast(C, Ty);
1470 return getBitCast(C, Ty);
1476 return getBitCast(C, Ty);
1487 return getBitCast(S, Ty);
1649 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy) {