Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1408 SVEType ToV(To.BaseType, N); in createHeader() local
1415 << ToV.str() << " svreinterpret_" << To.Suffix; in createHeader()
1473 SVEType ToV(To.BaseType, N); in createBuiltins() local
1477 << From.Suffix << Suffix << +", \"" << ToV.builtin_str() in createBuiltins()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2076 Value *ConstantPtrAuth::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument
2077 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()
2078 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()
3341 Value *ConstantExpr::handleOperandChangeImpl(Value *From, Value *ToV) { in handleOperandChangeImpl() argument
3342 assert(isa<Constant>(ToV) && "Cannot make Constant refer to non-constant!"); in handleOperandChangeImpl()
3343 Constant *To = cast<Constant>(ToV); in handleOperandChangeImpl()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp235 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() argument
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);