Searched refs:MaskElts (Results 1 – 2 of 2) sorted by relevance
818 SmallVector<LLVMValueRef, 8> MaskElts; in CloneInstruction() local823 MaskElts.push_back(LLVMGetUndef(LLVMInt64Type())); in CloneInstruction()825 MaskElts.push_back(LLVMConstInt(LLVMInt64Type(), Val, true)); in CloneInstruction()828 LLVMValueRef Mask = LLVMConstVector(MaskElts.data(), NumMaskElts); in CloneInstruction()
29533 SmallVector<SDValue, 16> MaskElts; in LowerBITREVERSE_XOP() local29538 MaskElts.push_back(DAG.getConstant(PermuteByte, DL, MVT::i8)); in LowerBITREVERSE_XOP()29542 SDValue Mask = DAG.getBuildVector(MVT::v16i8, DL, MaskElts); in LowerBITREVERSE_XOP()