Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10395 ScalableVectorType *WideVTy = in FormSVEBuiltinResult() local
10397 Value *Ret = llvm::PoisonValue::get(WideVTy); in FormSVEBuiltinResult()
10407 Ret = Builder.CreateInsertVector(WideVTy, Ret, SRet, Idx); in FormSVEBuiltinResult()