Lines Matching refs:BinaryOperatorKind
2731 BinaryOperatorKind Opcode, APSInt RHS, in handleIntIntBinOp()
2833 APFloat &LHS, BinaryOperatorKind Opcode, in handleFloatFloatBinOp()
2873 BinaryOperatorKind Opcode, in handleLogicalOpForVector()
2885 BinaryOperatorKind Opcode, in handleLogicalOpForVector()
2898 BinaryOperatorKind Opcode, in handleLogicalOpForVector()
2911 handleCompareOpForVectorHelper(const APTy &LHSValue, BinaryOperatorKind Opcode, in handleCompareOpForVectorHelper()
2940 BinaryOperatorKind Opcode, in handleCompareOpForVector()
2953 BinaryOperatorKind Opcode, in handleVectorVectorBinOp()
4284 BinaryOperatorKind Opcode;
4408 BinaryOperatorKind Opcode, in handleCompoundAssignment()
10299 BinaryOperatorKind Op = E->getOpcode(); in VisitBinaryOperator()