Searched refs:InV (Results 1 – 1 of 1) sorted by relevance
1035 Value *InV = P->getIncomingValue(i); in promoteTo() local1036 IntegerType *Ty = cast<IntegerType>(InV->getType()); in promoteTo()1042 InV = IRBuilder<>(InB->getTerminator()).CreateZExt(InV, DestTy); in promoteTo()1043 P->setIncomingValue(i, InV); in promoteTo()