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