Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp18718 Optional<llvm::APSInt> LaneConst = in EmitWebAssemblyBuiltinExpr() local
18720 assert(LaneConst && "Constant arg isn't actually constant?"); in EmitWebAssemblyBuiltinExpr()
18721 Ops[OpIdx++] = llvm::ConstantInt::get(getLLVMContext(), *LaneConst); in EmitWebAssemblyBuiltinExpr()