Searched refs:VUNDEF (Results 1 – 3 of 3) sorted by relevance
100 Value* VUNDEF(Type* t);108 Value* VUNDEF(Type* ty, uint32_t size);
246 Value* Builder::VUNDEF(Type* t) { return UndefValue::get(getVectorType(t, mVWidth)); } in VUNDEF() function in SwrJit::Builder256 Value* Builder::VUNDEF(Type* ty, uint32_t size) in VUNDEF() function in SwrJit::Builder
902 Value* argToPush = B->VSHUFFLE(arg.get(), B->VUNDEF(elemTy, vecWidth), lanes); in DOUBLE_EMU()