Searched refs:ReplInst (Results 1 – 3 of 3) sorted by relevance
84 auto ReplInst = CE->getAsInstruction(); in runLowerConstExpr() local86 ReplInst->insertBefore(InsPoint); in runLowerConstExpr()87 LLVM_DEBUG(dbgs() << " -> " << *ReplInst << '\n'); in runLowerConstExpr()98 if (ReplInst->getParent() == User->getParent() && in runLowerConstExpr()99 User->comesBefore(ReplInst)) in runLowerConstExpr()100 ReplInst->moveBefore(User); in runLowerConstExpr()101 User->replaceUsesOfWith(CE, ReplInst); in runLowerConstExpr()103 return ReplInst; in runLowerConstExpr()140 Value *ReplInst = LowerConstantVec(Vec, OI); in runLowerConstExpr() local141 if (ReplInst) in runLowerConstExpr()[all …]
244 static void combineKnownMetadata(Instruction *ReplInst, Instruction *I) { in combineKnownMetadata() argument253 combineMetadata(ReplInst, I, KnownIDs, true); in combineKnownMetadata()
2780 auto *ReplInst = dyn_cast<Instruction>(Repl); in patchReplacementInstruction() local2781 if (!ReplInst) in patchReplacementInstruction()2791 ReplInst->andIRFlags(I); in patchReplacementInstruction()2808 combineMetadata(ReplInst, I, KnownIDs, false); in patchReplacementInstruction()