Searched refs:getAbsolute (Results 1 – 3 of 3) sorted by relevance
89 AbsoluteValue = cantFail(IntegerValue.getAbsolute().getUnsignedValue()); in getMatchingString()188 ExpressionValue ExpressionValue::getAbsolute() const { in getAbsolute() function in ExpressionValue218 return RightOperand - LeftOperand.getAbsolute(); in operator +()222 return LeftOperand - RightOperand.getAbsolute(); in operator +()254 return RightOperand.getAbsolute() - LeftOperand.getAbsolute(); in operator -()258 return LeftOperand + RightOperand.getAbsolute(); in operator -()289 return LeftOperand.getAbsolute() * RightOperand.getAbsolute(); in operator *()299 auto Result = LeftOperand.getAbsolute() * RightOperand.getAbsolute(); in operator *()321 return LeftOperand.getAbsolute() / RightOperand.getAbsolute(); in operator /()330 cantFail(LeftOperand.getAbsolute() / RightOperand.getAbsolute()); in operator /()
154 ExpressionValue getAbsolute() const;
2981 static SDValue getAbsolute(SelectionDAG &DAG, const SDLoc &DL, SDValue Op, in getAbsolute() function3010 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC()3012 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()