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()
2366 auto *ReplInst = dyn_cast<Instruction>(Repl); in patchReplacementInstruction() local2367 if (!ReplInst) in patchReplacementInstruction()2377 ReplInst->andIRFlags(I); in patchReplacementInstruction()2394 combineMetadata(ReplInst, I, KnownIDs, false); in patchReplacementInstruction()