Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp206 SmallVector<APInt> VecCst = ConstantFoldVectorBinop( in buildInstr() local
208 if (!VecCst.empty()) in buildInstr()
209 return buildBuildVectorConstant(DstOps[0], VecCst); in buildInstr()