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