Home
last modified time | relevance | path

Searched refs:ToV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DUser.cpp100 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() argument
105 Ctx.runSetUseCallbacks(Use, ToV); 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.cpp1437 SVEType ToV(To.BaseType, N); in createHeader() local
1444 << ToV.str() << " svreinterpret_" << To.Suffix; in createHeader()
1502 SVEType ToV(To.BaseType, N); in createBuiltins() local
1508 std::string Type = ToV.builtin_str() + FromV.builtin_str(); in createBuiltins()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2092 Value *ConstantPtrAuth::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument
2093 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()
2094 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()
3372 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument
3373 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()
3374 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()