Searched defs:replaceAllUsesWith (Results 1 – 14 of 14) sorted by relevance
188 void replaceAllUsesWith(ValueT &&newValue) { in replaceAllUsesWith() function
269 replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
572 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function613 void replaceAllUsesWith(Value newValue) { in replaceAllUsesWith() function618 void replaceAllUsesWith(Operation *op) { in replaceAllUsesWith() function
162 void replaceAllUsesWith(Value newValue) const { in replaceAllUsesWith() function
203 void replaceAllUsesWith(ValuesT &&values) { in replaceAllUsesWith() function
402 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function
529 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
278 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function in ReplaceableMetadataImpl
588 void ResultRange::replaceAllUsesWith(Operation *op) { in replaceAllUsesWith() function in ResultRange
996 void SymbolUserMap::replaceAllUsesWith(Operation *symbol, in replaceAllUsesWith() function in SymbolUserMap
979 void VPValue::replaceAllUsesWith(VPValue *New) { in replaceAllUsesWith() function in VPValue
175 TEST(VPInstructionTest, replaceAllUsesWith) { in TEST() argument
3514 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith() function in LibCallSimplifier
3057 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in TypePromotionTransaction