Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2225 LLVMValueRef LLVMConstSelect(LLVMValueRef ConstantCondition,
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1792 LLVMValueRef LLVMConstSelect(LLVMValueRef ConstantCondition, in LLVMConstSelect() argument
1795 return wrap(ConstantExpr::getSelect(unwrap<Constant>(ConstantCondition), in LLVMConstSelect()