Searched refs:MaskValues (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp152 static const uint64_t MaskValues[6] = { local
168 Value *MaskCst = ConstantInt::get(V->getType(), MaskValues[ct]);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1302 SmallVector<Constant *, 16> MaskValues; local
1305 MaskValues.push_back(UndefValue::get(I32Ty));
1307 MaskValues.push_back(ConstantInt::get(I32Ty, Mask[i]));
1310 ConstantVector::get(MaskValues));

Completed in 96 milliseconds