Home
last modified time | relevance | path

Searched refs:FromV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DUser.cpp100 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() argument
104 if (Use.get() == FromV) { in replaceUsesOfWith()
111 return cast<llvm::User>(Val)->replaceUsesOfWith(FromV->Val, ToV->Val); in replaceUsesOfWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DUser.h136 bool replaceUsesOfWith(Value *FromV, Value *ToV);
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1439 SVEType FromV(From.BaseType, N); in createHeader() local
1447 OS << "(" << FromV.str() << " op);\n"; in createHeader()
1504 SVEType FromV(From.BaseType, N); in createBuiltins() local
1508 std::string Type = ToV.builtin_str() + FromV.builtin_str(); in createBuiltins()