Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1410 SVEType FromV(From.BaseType, N); in createHeader() local
1418 OS << "(" << FromV.str() << " op);\n"; in createHeader()
1475 SVEType FromV(From.BaseType, N); in createBuiltins() local
1478 << FromV.builtin_str() << "\", \"n\", \"sme|sve\")\n"; in createBuiltins()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp235 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() argument
240 if (Use.get() == FromV) in replaceUsesOfWith()
245 return cast<llvm::User>(Val)->replaceUsesOfWith(FromV->Val, ToV->Val); in replaceUsesOfWith()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h391 bool replaceUsesOfWith(Value *FromV, Value *ToV);