Home | History | Annotate | Download | only in IR

Lines Matching refs:getCast

1124     return ConstantExpr::getCast(getOpcode(), Ops[0], Ty);
1438 Constant *ConstantExpr::getCast(unsigned oc, Constant *C, Type *Ty) {
1441 assert(C && Ty && "Null arguments to getCast");
1500 return getCast(opcode, C, Ty);
1512 return getCast(opcode, C, Ty);