Searched refs:InV (Results 1 – 3 of 3) sorted by relevance
20 ; int InV, V, Idx;25 ; InV = In[Idx++];32 ; V = InV;44 ; V = InV;57 ; V = InV;69 ; V = InV;82 ; V = InV;94 ; V = InV;107 ; V = InV;119 ; V = InV;[all …]
1141 Value *Op0 = InV, *Op1 = C; in foldOperationIntoPhiValue()1236 Value *InV = nullptr; in foldOpIntoPhi() local1259 NewPN->addIncoming(InV, ThisBB); in foldOpIntoPhi()1264 Value *InV = nullptr; in foldOpIntoPhi() local1270 NewPN->addIncoming(InV, PN->getIncomingBlock(i)); in foldOpIntoPhi()1276 NewPN->addIncoming(InV, PN->getIncomingBlock(i)); in foldOpIntoPhi()1280 Value *InV; in foldOpIntoPhi() local1284 InV = PN->getIncomingValue(i); in foldOpIntoPhi()1285 NewPN->addIncoming(InV, PN->getIncomingBlock(i)); in foldOpIntoPhi()1291 Value *InV; in foldOpIntoPhi() local[all …]
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()