Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp428 LLVMValueRef CloneValue(LLVMValueRef Src) { in CloneValue() function
523 Args.push_back(CloneValue(LLVMGetOperand(Src, i))); in CloneInstruction()
525 LLVMValueRef Fn = CloneValue(LLVMGetCalledValue(Src)); in CloneInstruction()
537 LLVMValueRef LHS = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction()
538 LLVMValueRef RHS = CloneValue(LLVMGetOperand(Src, 1)); in CloneInstruction()
643 Idx.push_back(CloneValue(LLVMGetOperand(Src, i))); in CloneInstruction()
680 LLVMValueRef V = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction()
711 Args.push_back(CloneValue(LLVMGetOperand(Src, i))); in CloneInstruction()
751 Args.push_back(CloneValue(LLVMGetOperand(Src, i))); in CloneInstruction()
796 LLVMValueRef V = CloneValue(LLVMGetOperand(Src, 1)); in CloneInstruction()
[all …]