Lines Matching refs:Int32Operands
2497 class Int32Operands : public NumericOperands<ConstantInteger32> { class
2498 Int32Operands() = delete;
2499 Int32Operands(const Int32Operands &) = delete;
2500 Int32Operands &operator=(const Int32Operands &) = delete;
2503 Int32Operands(Operand *S0, Operand *S1) : NumericOperands(S0, S1) {} in Int32Operands() function in Ice::ARM32::__anone162c0690b11::Int32Operands
2584 Int32Operands SrcsLo(loOperand(Src0), loOperand(Src1)); in lowerInt64Arithmetic()
2585 Int32Operands SrcsHi(hiOperand(Src0), hiOperand(Src1)); in lowerInt64Arithmetic()
3205 Int32Operands Srcs(Src0, Src1); in lowerArithmetic()
4445 Int32Operands SrcsLo(loOperand(Src0), loOperand(Src1)); in lowerInt64IcmpCond()
4446 Int32Operands SrcsHi(hiOperand(Src0), hiOperand(Src1)); in lowerInt64IcmpCond()
4568 Int32Operands Srcs(Src0, Src1); in lowerInt32IcmpCond()
4605 Int32Operands Srcs(Src0, Src1); in lowerInt8AndInt16IcmpCond()