Searched refs:VLenPosOpt (Results 1 – 1 of 1) sorted by relevance
78 auto VLenPosOpt = VPIntrinsic::getVectorLengthParamPos(VPID); in createVectorInstructionImpl() local81 NumInstParams + MaskPosOpt.has_value() + VLenPosOpt.has_value(); in createVectorInstructionImpl()88 VLenPosOpt.value_or(NumInstParams)) >= NumInstParams; in createVectorInstructionImpl()100 (VLenPosOpt && VLenPosOpt.value_or(NumVPParams) == VPParamIdx)) in createVectorInstructionImpl()109 if (VLenPosOpt) in createVectorInstructionImpl()110 IntrinParams[*VLenPosOpt] = &requestEVL(); in createVectorInstructionImpl()