Searched refs:TheUse (Results 1 – 4 of 4) sorted by relevance
123 const Use &TheUse = UI.getUse(); in runOnFunction() local124 if (Instruction *J = dyn_cast<Instruction>(TheUse.getUser())) { in runOnFunction()
665 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local667 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
1402 Use &TheUse = UI.getUse(); in SinkCast() local1409 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()1441 TheUse = InsertedCast; in SinkCast()1851 Use &TheUse = UI.getUse(); in sinkCmpExpression() local1883 TheUse = InsertedCmp; in sinkCmpExpression()2294 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local2312 TheUse = InsertedAnd; in sinkAndCmp0Expression()2449 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local2508 TheUse = InsertedShift; in OptimizeExtractBits()
637 User *TheUse = *UI; in areAllUsesEqual() local639 if (*UI != TheUse) in areAllUsesEqual()