Home
last modified time | relevance | path

Searched refs:getAbsolute (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp89 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 DFileCheckImpl.h154 ExpressionValue getAbsolute() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2981 static SDValue getAbsolute(SelectionDAG &DAG, const SDLoc &DL, SDValue Op, in getAbsolute() function
3010 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()