Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h3952 LLVMValueRef LLVMBuildPhi(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3906 LLVMValueRef LLVMBuildPhi(LLVMBuilderRef B, LLVMTypeRef Ty, const char *Name) { in LLVMBuildPhi() function