Searched refs:IsCZERO_NEZ (Results 1 – 1 of 1) sorted by relevance
7747 bool IsCZERO_NEZ = TrueValCost <= FalseValCost; in lowerSELECT() 7749 IsCZERO_NEZ ? FalseVal - TrueVal : TrueVal - FalseVal, DL, VT); in lowerSELECT() 7751 DAG.getConstant(IsCZERO_NEZ ? TrueVal : FalseVal, DL, VT); in lowerSELECT() 7753 DAG.getNode(IsCZERO_NEZ ? RISCVISD::CZERO_NEZ : RISCVISD::CZERO_EQZ, in lowerSELECT() 7745 bool IsCZERO_NEZ = TrueValCost <= FalseValCost; lowerSELECT() local