Searched refs:FalseSImm (Results 1 – 1 of 1) sorted by relevance
16939 int64_t FalseSImm = cast<ConstantSDNode>(FalseV)->getSExtValue(); in PerformDAGCombine() 16942 if (isInt<12>(TrueSImm) && isInt<12>(FalseSImm) && in PerformDAGCombine() 16943 isInt<12>(TrueSImm - FalseSImm)) { in PerformDAGCombine() 16949 DAG.getConstant(TrueSImm - FalseSImm, DL, VT)); in PerformDAGCombine() 16936 int64_t FalseSImm = cast<ConstantSDNode>(FalseV)->getSExtValue(); PerformDAGCombine() local