Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp8518 auto *SplatZero = Constant::getNullValue(Ty); in InsertExplicitZeroOperand() local
8519 Ops.insert(Ops.begin(), SplatZero); in InsertExplicitZeroOperand()
8642 auto *SplatZero = Constant::getNullValue(OpndTy); in EmitAArch64SVEBuiltinExpr() local
8644 Ops[1] = Builder.CreateCall(Sel, {Ops[0], Ops[1], SplatZero}); in EmitAArch64SVEBuiltinExpr()