Searched refs:FromV (Results 1 – 3 of 3) sorted by relevance
1410 SVEType FromV(From.BaseType, N); in createHeader() local1418 OS << "(" << FromV.str() << " op);\n"; in createHeader()1475 SVEType FromV(From.BaseType, N); in createBuiltins() local1478 << FromV.builtin_str() << "\", \"n\", \"sme|sve\")\n"; in createBuiltins()
235 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() argument240 if (Use.get() == FromV) in replaceUsesOfWith()245 return cast<llvm::User>(Val)->replaceUsesOfWith(FromV->Val, ToV->Val); in replaceUsesOfWith()
391 bool replaceUsesOfWith(Value *FromV, Value *ToV);