Searched refs:ITrunc (Results 1 – 1 of 1) sorted by relevance
2486 if (Instruction *ITrunc = dyn_cast<Instruction>(Trunc)) { in promoteOperandForOther() local2487 ITrunc->removeFromParent(); in promoteOperandForOther()2489 ITrunc->insertAfter(ExtOpnd); in promoteOperandForOther()2491 Truncs->push_back(ITrunc); in promoteOperandForOther()