Home | History | Annotate | Download | only in R600

Lines Matching full:iszero

809 bool R600TargetLowering::isZero(SDValue Op) const {
813 return CstFP->isZero();
866 if (isZero(LHS) || isZero(RHS)) {
867 SDValue Cond = (isZero(LHS) ? RHS : LHS);
868 SDValue Zero = (isZero(LHS) ? LHS : RHS);
878 if (isZero(LHS)) {
1296 if (C->isZero()) {