reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1092 if (!P) 1094 Type *Ty0 = P->getIncomingValue(0)->getType(); 1095 Type *PTy = P->getType(); 1099 P->mutateType(Ty0); 1100 Value *T = IRBuilder<>(ExitB, End).CreateTrunc(P, PTy); 1102 P->mutateType(PTy); 1103 P->replaceAllUsesWith(T); 1105 P->mutateType(Ty0); 1106 cast<Instruction>(T)->setOperand(0, P);