Searched refs:LLVMIsUndef (Results 1 – 13 of 13) sorted by relevance
308 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
342 if (LLVMIsUndef(Cst)) { in clone_constant_impl()
1355 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1701 LLVMBool LLVMIsUndef(LLVMValueRef Val);
1676 LLVMBool LLVMIsUndef(LLVMValueRef Val);
764 return Val_bool(LLVMIsUndef(Val)); in llvm_is_undef()
659 return Val_bool(LLVMIsUndef(Val)); in llvm_is_undef()
808 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef() function
739 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 }
810 func (v Value) IsUndef() bool { return C.LLVMIsUndef(v.C) != 0 }
1067 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef() function
1038 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef() function
2885 if (LLVMIsUndef(v)) { in ac_optimize_vs_outputs()