Searched refs:TheUse (Results 1 – 5 of 5) 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()
1400 Use &TheUse = UI.getUse(); in SinkCast() local1407 UserBB = PN->getIncomingBlock(TheUse); in SinkCast()1439 TheUse = InsertedCast; in SinkCast()1780 Use &TheUse = UI.getUse(); in sinkCmpExpression() local1812 TheUse = InsertedCmp; in sinkCmpExpression()2047 Use &TheUse = UI.getUse(); in sinkAndCmp0Expression() local2065 TheUse = InsertedAnd; in sinkAndCmp0Expression()2202 Use &TheUse = UI.getUse(); in OptimizeExtractBits() local2261 TheUse = InsertedShift; in OptimizeExtractBits()
638 User *TheUse = *UI; in areAllUsesEqual() local640 if (*UI != TheUse) in areAllUsesEqual()
15009 for (SDNode *TheUse : Op.OrigOperand->uses()) { in combineBinOp_VLToVWBinOp_VL() 15010 if (Inserted.insert(TheUse).second) in combineBinOp_VLToVWBinOp_VL() 15011 Worklist.push_back(TheUse); in combineBinOp_VLToVWBinOp_VL()