Searched refs:getAbsolute (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 89 AbsoluteValue = cantFail(IntegerValue.getAbsolute().getUnsignedValue()); in getMatchingString() 188 ExpressionValue ExpressionValue::getAbsolute() const { in getAbsolute() function in ExpressionValue 218 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 /()
|
| H A D | FileCheckImpl.h | 154 ExpressionValue getAbsolute() const;
|
| /llvm-project-15.0.7/llvm/unittests/FileCheck/ |
| H A D | FileCheckTest.cpp | 502 expectValueEqual(ExpressionValue(10).getAbsolute(), 10); in TEST_F() 505 expectValueEqual(ExpressionValue(0).getAbsolute(), 0); in TEST_F() 508 expectValueEqual(ExpressionValue(MaxUint64).getAbsolute(), MaxUint64); in TEST_F() 511 expectValueEqual(ExpressionValue(-10).getAbsolute(), 10); in TEST_F() 514 expectValueEqual(ExpressionValue(MinInt64).getAbsolute(), in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3166 static SDValue getAbsolute(SelectionDAG &DAG, const SDLoc &DL, SDValue Op, in getAbsolute() function 3195 return getAbsolute(DAG, DL, TrueOp, C.CCMask & SystemZ::CCMASK_CMP_LT); in lowerSELECT_CC() 3197 return getAbsolute(DAG, DL, FalseOp, C.CCMask & SystemZ::CCMASK_CMP_GT); in lowerSELECT_CC()
|