Searched refs:TheUse (Results 1 – 4 of 4) sorted by relevance
130 const Use &TheUse = UI.getUse(); in runOnFunction() local131 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
675 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local677 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
1224 Use &TheUse = UI.getUse(); in SinkCast() local1231 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()1263 TheUse = InsertedCast; in SinkCast()1601 Use &TheUse = UI.getUse(); in sinkCmpExpression() local1633 TheUse = InsertedCmp; in sinkCmpExpression()1799 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local1817 TheUse = InsertedAnd; in sinkAndCmp0Expression()1950 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local2008 TheUse = InsertedShift; in OptimizeExtractBits()
615 User *TheUse = *UI; in areAllUsesEqual() local617 if (*UI != TheUse) in areAllUsesEqual()