Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp21368 std::optional<llvm::APSInt> LaneConst = in EmitWebAssemblyBuiltinExpr() local
21370 assert(LaneConst && "Constant arg isn't actually constant?"); in EmitWebAssemblyBuiltinExpr()
21371 Ops[OpIdx++] = llvm::ConstantInt::get(getLLVMContext(), *LaneConst); in EmitWebAssemblyBuiltinExpr()