Searched refs:HUnaryOperation (Results 1 – 2 of 2) sorted by relevance
1830 class HUnaryOperation : public HExpression<1> {1832 HUnaryOperation(Primitive::Type result_type, HInstruction* input) in HUnaryOperation() function1858 DISALLOW_COPY_AND_ASSIGN(HUnaryOperation);2638 class HNeg : public HUnaryOperation {2641 : HUnaryOperation(result_type, input) {} in HNeg()2947 class HNot : public HUnaryOperation {2950 : HUnaryOperation(result_type, input) {} in HNot()2967 class HBooleanNot : public HUnaryOperation {2970 : HUnaryOperation(Primitive::Type::kPrimBoolean, input) {} in HBooleanNot()
817 HConstant* HUnaryOperation::TryStaticEvaluation() const { in TryStaticEvaluation()