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()
658 Use &TheUse = UI.getUse(); in replaceAllUsesOfWithIn() local660 if (auto *II = dyn_cast<Instruction>(TheUse.getUser())) in replaceAllUsesOfWithIn()
1053 Use &TheUse = UI.getUse(); in SinkCast() local1060 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()1092 TheUse = InsertedCast; in SinkCast()1221 Use &TheUse = UI.getUse(); in SinkCmpExpression() local1251 TheUse = InsertedCmp; in SinkCmpExpression()1324 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local1342 TheUse = InsertedAnd; in sinkAndCmp0Expression()1475 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local1533 TheUse = InsertedShift; in OptimizeExtractBits()
500 User *TheUse = *UI; in areAllUsesEqual() local502 if (*UI != TheUse) in areAllUsesEqual()