Searched refs:VLenPosOpt (Results 1 – 1 of 1) sorted by relevance
64 auto VLenPosOpt = VPIntrinsic::getVectorLengthParamPos(VPID); in createVectorInstruction() local67 NumInstParams + MaskPosOpt.has_value() + VLenPosOpt.has_value(); in createVectorInstruction()74 VLenPosOpt.value_or(NumInstParams)) >= NumInstParams; in createVectorInstruction()86 (VLenPosOpt && VLenPosOpt.value_or(NumVPParams) == VPParamIdx)) in createVectorInstruction()95 if (VLenPosOpt) in createVectorInstruction()96 IntrinParams[*VLenPosOpt] = &requestEVL(); in createVectorInstruction()