Searched refs:hasMaskedOffOperand (Results 1 – 3 of 3) sorted by relevance
283 if (RVVI->hasMaskedOffOperand() && RVVI->getPolicyAttrs().isTAMAPolicy()) in emitCodeGenSwitchBody()287 if (!RVVI->hasMaskedOffOperand() && RVVI->hasPassthruOperand() && in emitCodeGenSwitchBody()
420 bool hasMaskedOffOperand() const { return HasMaskedOffOperand; } in hasMaskedOffOperand() function
1006 if ((IsMasked && hasMaskedOffOperand()) || in RVVIntrinsic()