Searched refs:check_value_kind (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 237 check_value_kind(Ret, LLVMGetValueKind(Cst)); in clone_constant() 252 check_value_kind(Cst, LLVMFunctionValueKind); in clone_constant_impl() 280 check_value_kind(Cst, LLVMGlobalAliasValueKind); in clone_constant_impl() 293 check_value_kind(Cst, LLVMConstantIntValueKind); in clone_constant_impl() 306 check_value_kind(Cst, LLVMIsAConstantArray(Cst) in clone_constant_impl() 340 check_value_kind(Cst, LLVMUndefValueValueKind); in clone_constant_impl() 346 check_value_kind(Cst, LLVMPoisonValueValueKind); in clone_constant_impl() 359 check_value_kind(Cst, LLVMConstantFPValueKind); in clone_constant_impl() 365 check_value_kind(Cst, LLVMIsAConstantVector(Cst) in clone_constant_impl() 382 check_value_kind(Cst, LLVMConstantExprValueKind); in clone_constant_impl() [all …]
|