Searched refs:intConst0 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 265 const MIRIntConst &intConst0, in FoldIntConstComparisonMIRConst() 270 bool greater = intConst0.GetValue().Greater(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() 271 bool equal = intConst0.GetValue().Equal(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() 272 bool less = intConst0.GetValue().Less(intConst1.GetValue(), opndType); in FoldIntConstComparisonMIRConst() 323 const MIRIntConst *intConst0 = safe_cast<MIRIntConst>(const0.GetConstVal()); in FoldIntConstComparison() local 325 CHECK_NULL_FATAL(intConst0); in FoldIntConstComparison() 327 MIRIntConst *constValue = FoldIntConstComparisonMIRConst(opcode, resultType, opndType, *intConst0, *intConst1); in FoldIntConstComparison() 335 MIRConst *ConstantFold::FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRIntConst &intConst0, in FoldIntConstBinaryMIRConst() argument 338 IntVal intVal0 = intConst0.GetValue(); in FoldIntConstBinaryMIRConst() 410 const MIRIntConst *intConst0 in FoldIntConstBinary() local 264 FoldIntConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType opndType, const MIRIntConst &intConst0, const MIRIntConst &intConst1) const FoldIntConstComparisonMIRConst() argument 633 const auto *intConst0 = safe_cast<MIRIntConst>(&const0); FoldConstComparisonMIRConst() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
H A D | constantfold.h | 51 static MIRConst *FoldIntConstBinaryMIRConst(Opcode opcode, PrimType resultType, const MIRIntConst &intConst0, 79 const MIRIntConst &intConst0, const MIRIntConst &intConst1) const;
|
Completed in 3 milliseconds