Searched refs:TrueSImm (Results 1 – 1 of 1) sorted by relevance
16938 int64_t TrueSImm = cast<ConstantSDNode>(TrueV)->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() 16935 int64_t TrueSImm = cast<ConstantSDNode>(TrueV)->getSExtValue(); PerformDAGCombine() local