Searched refs:ReplInst (Results 1 – 2 of 2) sorted by relevance
244 static void combineKnownMetadata(Instruction *ReplInst, Instruction *I) { in combineKnownMetadata() argument250 combineMetadata(ReplInst, I, KnownIDs, true); in combineKnownMetadata()
2445 auto *ReplInst = dyn_cast<Instruction>(Repl); in patchReplacementInstruction() local2446 if (!ReplInst) in patchReplacementInstruction()2456 ReplInst->andIRFlags(I); in patchReplacementInstruction()2473 combineMetadata(ReplInst, I, KnownIDs, false); in patchReplacementInstruction()