Searched refs:FromV (Results 1 – 3 of 3) sorted by relevance
100 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() argument104 if (Use.get() == FromV) { in replaceUsesOfWith()111 return cast<llvm::User>(Val)->replaceUsesOfWith(FromV->Val, ToV->Val); in replaceUsesOfWith()
136 bool replaceUsesOfWith(Value *FromV, Value *ToV);
1439 SVEType FromV(From.BaseType, N); in createHeader() local1447 OS << "(" << FromV.str() << " op);\n"; in createHeader()1504 SVEType FromV(From.BaseType, N); in createBuiltins() local1508 std::string Type = ToV.builtin_str() + FromV.builtin_str(); in createBuiltins()