Home | History | Annotate | Download | only in gallivm

Lines Matching defs:undef

996    LLVMValueRef undef;
1004 undef = LLVMGetUndef(LLVMVectorType(type, dst_length));
1005 return LLVMBuildInsertElement(gallivm->builder, undef, src, lp_build_const_int32(gallivm, 0), "");
1008 undef = LLVMGetUndef(type);
1021 /* Undef fill remaining space */
1026 return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), "");