Searched refs:TheUse (Results 1 – 4 of 4) sorted by relevance
133 const Use &TheUse = UI.getUse(); in runOnFunction() local134 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
677 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local679 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
1210 Use &TheUse = UI.getUse(); in SinkCast() local1217 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()1249 TheUse = InsertedCast; in SinkCast()1587 Use &TheUse = UI.getUse(); in sinkCmpExpression() local1619 TheUse = InsertedCmp; in sinkCmpExpression()1785 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local1803 TheUse = InsertedAnd; in sinkAndCmp0Expression()1936 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local1994 TheUse = InsertedShift; in OptimizeExtractBits()
593 User *TheUse = *UI; in areAllUsesEqual() local595 if (*UI != TheUse) in areAllUsesEqual()