Searched refs:VLenPosOpt (Results 1 – 1 of 1) sorted by relevance
62 auto VLenPosOpt = VPIntrinsic::getVectorLengthParamPos(VPID); in createVectorInstruction() local65 NumInstParams + MaskPosOpt.has_value() + VLenPosOpt.has_value(); in createVectorInstruction()72 VLenPosOpt.value_or(NumInstParams)) >= NumInstParams; in createVectorInstruction()84 (VLenPosOpt && VLenPosOpt.value_or(NumVPParams) == VPParamIdx)) in createVectorInstruction()93 if (VLenPosOpt) in createVectorInstruction()94 IntrinParams[*VLenPosOpt] = &requestEVL(); in createVectorInstruction()