Searched refs:IsZeroPoison (Results 1 – 2 of 2) sorted by relevance
3078 Constant *IsZeroPoison = cast<Constant>(I.getOperand(1)); in handleCountZeroes() local3079 if (!IsZeroPoison->isZeroValue()) { in handleCountZeroes()
8253 bool IsZeroPoison = cast<ConstantInt>(VPIntrin.getArgOperand(1))->isOne(); in getISDForVPIntrinsic() local8254 ResOPC = IsZeroPoison ? ISD::VP_CTTZ_ELTS_ZERO_UNDEF : ISD::VP_CTTZ_ELTS; in getISDForVPIntrinsic()