Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DConstant.cpp193 auto *LLVMSplatValue = cast_or_null<llvm::Constant>( in getSplatValue() local
195 return LLVMSplatValue ? Ctx.getOrCreateConstant(LLVMSplatValue) : nullptr; in getSplatValue()