Searched refs:getInsertionPointAfterDef (Results 1 – 7 of 7) sorted by relevance
161 Instruction *getInsertionPointAfterDef();
131 Instruction *Instruction::getInsertionPointAfterDef() { in getInsertionPointAfterDef() function in Instruction
3756 &*cast<Instruction>(*Op)->getInsertionPointAfterDef()); in sinkNotIntoLogicalOp()3765 Builder.SetInsertPoint(I.getInsertionPointAfterDef()); in sinkNotIntoLogicalOp()3824 &*cast<Instruction>(*OpToInvert)->getInsertionPointAfterDef()); in sinkNotIntoOtherHandOfLogicalOp()3834 Builder.SetInsertPoint(&*I.getInsertionPointAfterDef()); in sinkNotIntoOtherHandOfLogicalOp()
3948 MoveBefore = cast<Instruction>(Op)->getInsertionPointAfterDef(); in freezeOtherUses()
3652 Instruction *InsertPt = NewCall->getInsertionPointAfterDef(); in transformConstExprCastCall()
903 InsertPt = InstInput->getInsertionPointAfterDef(); in NegateValue()
2719 InsertPt = I->getInsertionPointAfterDef(); in salvageDebugInfo()